Removed realm

This commit is contained in:
Marcin Grzejszczak
2015-07-28 23:12:26 +02:00
parent fbe039b1db
commit d6bcdd92f9

View File

@@ -16,10 +16,5 @@ public class ZookeeperDiscoveryProperties {
private String uriSpec = "{scheme}://{address}:{port}";
/**
* @param realm allows you to register a service under specified realm
*/
private String realm;
private String instanceHost;
}