Skip to content

Commit

Permalink
change mapping key to compatible colon separated format
Browse files Browse the repository at this point in the history
  • Loading branch information
zrlw committed May 16, 2024
1 parent 9968834 commit 069c520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static ServiceNameMapping getDefaultExtension(ScopeModel scopeModel) {
}

static String buildMappingKey(URL url) {
return buildGroup(url.getServiceInterface());
return buildGroup(url.getCompatibleColonSeparatedKey());
}

static String buildGroup(String serviceInterface) {
Expand Down

0 comments on commit 069c520

Please sign in to comment.