This commit is contained in:
Xavier Léauté 2014-12-15 10:07:51 -08:00
parent 352480ac77
commit 77bf5da317
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class CuratorServiceUtils
* <a href="http://curator.apache.org/curator-x-discovery-server/">curator-x-discovery-server</a>
*
* This method is marked protected because it should never be used outside of the io.druid.curator.discovery
* packakge. If you are tempted to use this method anywhere else you are most likely doing something wrong.
* package. If you are tempted to use this method anywhere else you are most likely doing something wrong.
* Mapping the actual service name to the name used within curator should be left to {@link CuratorServiceAnnouncer}
* and {@link ServerDiscoveryFactory}
*