|
@@ -2428,7 +2428,7 @@ public class ZooKeeper implements AutoCloseable {
|
|
|
* Return the list of the children of the node of the given path.
|
|
|
* <p>
|
|
|
* If the watch is non-null and the call is successful (no exception is thrown),
|
|
|
- * a watch will be left on the node with the given path. The watch willbe
|
|
|
+ * a watch will be left on the node with the given path. The watch will be
|
|
|
* triggered by a successful operation that deletes the node of the given
|
|
|
* path or creates/delete a child under the node.
|
|
|
* <p>
|
|
@@ -2477,7 +2477,7 @@ public class ZooKeeper implements AutoCloseable {
|
|
|
* Return the list of the children of the node of the given path.
|
|
|
* <p>
|
|
|
* If the watch is true and the call is successful (no exception is thrown),
|
|
|
- * a watch will be left on the node with the given path. The watch willbe
|
|
|
+ * a watch will be left on the node with the given path. The watch will be
|
|
|
* triggered by a successful operation that deletes the node of the given
|
|
|
* path or creates/delete a child under the node.
|
|
|
* <p>
|
|
@@ -2542,7 +2542,7 @@ public class ZooKeeper implements AutoCloseable {
|
|
|
* For the given znode path return the stat and children list.
|
|
|
* <p>
|
|
|
* If the watch is non-null and the call is successful (no exception is thrown),
|
|
|
- * a watch will be left on the node with the given path. The watch willbe
|
|
|
+ * a watch will be left on the node with the given path. The watch will be
|
|
|
* triggered by a successful operation that deletes the node of the given
|
|
|
* path or creates/delete a child under the node.
|
|
|
* <p>
|
|
@@ -2598,7 +2598,7 @@ public class ZooKeeper implements AutoCloseable {
|
|
|
* For the given znode path return the stat and children list.
|
|
|
* <p>
|
|
|
* If the watch is true and the call is successful (no exception is thrown),
|
|
|
- * a watch will be left on the node with the given path. The watch willbe
|
|
|
+ * a watch will be left on the node with the given path. The watch will be
|
|
|
* triggered by a successful operation that deletes the node of the given
|
|
|
* path or creates/delete a child under the node.
|
|
|
* <p>
|