This commit is contained in:
zrlw 2024-06-24 22:20:40 +08:00 committed by GitHub
commit d7bcdba70f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public interface ServiceNameMapping extends Destroyable {
}
static String buildMappingKey(URL url) {
return buildGroup(url.getServiceInterface());
return buildGroup(url.getColonSeparatedKey());
}
static String buildGroup(String serviceInterface) {