Fix duplicated functions
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/7ba8c519 Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/7ba8c519 Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/7ba8c519 Branch: refs/heads/master Commit: 7ba8c5197ca3b1f82553b3d6029c857afa7becee Parents: 4e7eca5 Author: Junkai Xue <[email protected]> Authored: Wed Jan 24 18:07:09 2018 -0800 Committer: Junkai Xue <[email protected]> Committed: Wed Jan 24 18:33:38 2018 -0800 ---------------------------------------------------------------------- helix-core/src/main/java/org/apache/helix/PropertyKey.java | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/7ba8c519/helix-core/src/main/java/org/apache/helix/PropertyKey.java ---------------------------------------------------------------------- diff --git a/helix-core/src/main/java/org/apache/helix/PropertyKey.java b/helix-core/src/main/java/org/apache/helix/PropertyKey.java index 4129671..4e58a89 100644 --- a/helix-core/src/main/java/org/apache/helix/PropertyKey.java +++ b/helix-core/src/main/java/org/apache/helix/PropertyKey.java @@ -322,14 +322,6 @@ public class PropertyKey { } /** - * Get a property key associated with specified instance - * @return {@link PropertyKey} - */ - public PropertyKey instance(String instanceName) { - return new PropertyKey(PropertyType.INSTANCES, null, _clusterName, instanceName); - } - - /** * Get a property key associated with {@link Message} for an instance * @param instanceName * @return {@link PropertyKey}
