Skip to content

Commit

Permalink
Pick from apache#7546 3b8b394
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed May 28, 2021
1 parent 53982f1 commit 12610a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class RegistryProtocol implements Protocol {
APPLICATION_KEY, VERSION_KEY, GROUP_KEY, DUBBO_VERSION_KEY, RELEASE_KEY
};

private final static Logger logger = LoggerFactory.getLogger(InterfaceCompatibleRegistryProtocol.class);
private final static Logger logger = LoggerFactory.getLogger(RegistryProtocol.class);
private final Map<URL, NotifyListener> overrideListeners = new ConcurrentHashMap<>();
private final Map<String, ServiceConfigurationListener> serviceConfigurationListeners = new ConcurrentHashMap<>();
private final ProviderConfigurationListener providerConfigurationListener = new ProviderConfigurationListener();
Expand Down

0 comments on commit 12610a9

Please sign in to comment.