Skip to content

Commit 7068840

Browse files
committed
Removed unused import and var
1 parent 9b39cc1 commit 7068840

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: ambry-clustermap/src/main/java/com/github/ambry/clustermap/HelixFactory.java

-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import java.util.Objects;
2020
import java.util.concurrent.ConcurrentHashMap;
2121
import org.apache.helix.HelixManager;
22-
import org.apache.helix.HelixManagerFactory;
2322
import org.apache.helix.HelixManagerProperty;
2423
import org.apache.helix.InstanceType;
2524
import org.apache.helix.constants.InstanceConstants;
@@ -39,7 +38,6 @@ public class HelixFactory {
3938
// exposed for use in testing
4039
private final Map<ManagerKey, HelixManager> helixManagers = new ConcurrentHashMap<>();
4140
private final Map<String, DataNodeConfigSource> dataNodeConfigSources = new ConcurrentHashMap<>();
42-
private static final String INSTANCE_CONFIG_HELIX_PORT = "15088";
4341

4442
/**
4543
* Get a reference to a {@link HelixManager}

0 commit comments

Comments
 (0)