Merge 187c4daa24 into 11d5bd9ffa
This commit is contained in:
commit
d7bcdba70f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue