Skip to content

Commit

Permalink
Revert dubbo module refactor
Browse files Browse the repository at this point in the history
Signed-off-by: crazyhzm <[email protected]>
  • Loading branch information
CrazyHZM committed Dec 19, 2023
1 parent f477afb commit 9f3000a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public static <T> MeshRuleCache<T> emptyCache() {
Collections.emptyList(), Collections.emptyMap(), Collections.emptyMap(), BitList.emptyList());
}

public static boolean isLabelMatch(URL url, String protocolServiceKey, Map<String, String> inputMap) {
protected static boolean isLabelMatch(URL url, String protocolServiceKey, Map<String, String> inputMap) {
if (inputMap == null || inputMap.size() == 0) {
return true;
}
Expand Down

0 comments on commit 9f3000a

Please sign in to comment.