summaryrefslogtreecommitdiffstats
path: root/vdslib
diff options
context:
space:
mode:
authorJon Bratseth <jonbratseth@yahoo.com>2016-11-25 18:21:25 +0100
committerGitHub <noreply@github.com>2016-11-25 18:21:25 +0100
commit11b208db7d2422828c90aafa638f059306acbc24 (patch)
tree63d3f766b7a046b13b2b4fdc8e633fe71134847c /vdslib
parent5400980ea6bbac6ef385d089b5e9f9b100ecae71 (diff)
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 a54f1971d21..d70b55c66a2 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: RenameFunction, this is not the highest node count but the highest index
+ // TODO: Rename, this is not the highest node count but the highest index
private ArrayList<Integer> nodeCount = new ArrayList<>(2);
private String description = "";