Skip to content

Commit

Permalink
Polish apache#3946 : Add thread-safe and performance optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed May 31, 2019
1 parent 1814cf1 commit 574e1b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ private static List<String> getServiceURLs(Map<String, List<URL>> exportedServic
String protocol) {
List<URL> serviceURLs = exportedServiceURLs.get(serviceKey);

if (serviceKey == null) {
if (serviceURLs == null) {
return emptyList();
}

Expand Down

0 comments on commit 574e1b1

Please sign in to comment.