summaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2016-11-26 22:45:20 +0100
committerGitHub <noreply@github.com>2016-11-26 22:45:20 +0100
commit2f55986b4de9420e5728c5abbaafb69fb2f10a34 (patch)
tree9a6a77f76d25620771dfe7ab5de49910c4321fc5 /vdslib
parent2bc82ba9d9698214e703f19039387609d82b12f8 (diff)
Revert "Revert "Bratseth/tensor functions 3""
Diffstat (limited to 'vdslib')
-rw-r--r--vdslib/src/main/java/com/yahoo/vdslib/state/ClusterState.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdslib/src/main/java/com/yahoo/vdslib/state/ClusterState.java b/vdslib/src/main/java/com/yahoo/vdslib/state/ClusterState.java
index d70b55c66a2..a54f1971d21 100644
--- a/vdslib/src/main/java/com/yahoo/vdslib/state/ClusterState.java
+++ b/vdslib/src/main/java/com/yahoo/vdslib/state/ClusterState.java
@@ -20,7 +20,7 @@ public class ClusterState implements Cloneable {
private Map<Node, NodeState> nodeStates = new TreeMap<>();
// TODO: Change to one count for distributor and one for storage, rather than an array
- // TODO: Rename, this is not the highest node count but the highest index
+ // TODO: RenameFunction, this is not the highest node count but the highest index
private ArrayList<Integer> nodeCount = new ArrayList<>(2);
private String description = "";