summaryrefslogtreecommitdiffstats
path: root/zkfacade
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-04-04 11:48:26 +0200
committerGitHub <noreply@github.com>2022-04-04 11:48:26 +0200
commit290e299280f90fc122428906e51891fba6c50007 (patch)
tree3682bdf5fa46734b1d6575bf39e85f2f22fd1533 /zkfacade
parent64d0102f9931a01d31976e85b585b9e63894f08e (diff)
Revert "Jonmv/misc 6"
Diffstat (limited to 'zkfacade')
-rw-r--r--zkfacade/src/main/java/com/yahoo/vespa/curator/mock/MockCurator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/zkfacade/src/main/java/com/yahoo/vespa/curator/mock/MockCurator.java b/zkfacade/src/main/java/com/yahoo/vespa/curator/mock/MockCurator.java
index 7c91e54dd4b..bd3389b8d4d 100644
--- a/zkfacade/src/main/java/com/yahoo/vespa/curator/mock/MockCurator.java
+++ b/zkfacade/src/main/java/com/yahoo/vespa/curator/mock/MockCurator.java
@@ -36,7 +36,7 @@ public class MockCurator extends Curator {
/**
* Creates a mock curator
*
- * @param stableOrdering if true children of a node are returned in the same order each time they are queried.
+ * @param stableOrdering if true children of a node are returned in the same order each time they are queries.
* This is not what ZooKeeper does.
*/
public MockCurator(boolean stableOrdering) {