summaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2016-11-25 15:27:57 +0100
committerGitHub <noreply@github.com>2016-11-25 15:27:57 +0100
commit5400980ea6bbac6ef385d089b5e9f9b100ecae71 (patch)
tree9a6a77f76d25620771dfe7ab5de49910c4321fc5 /vdslib
parent61c4762da9bd88a8cc835373469a9e85274f0555 (diff)
parent39a29a365a5d1252741809d1a25e670e921c10ba (diff)
Merge pull request #1180 from yahoo/bratseth/tensor-functions-3
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 = "";