doc clarification
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/3a966eae Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/3a966eae Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/3a966eae Branch: refs/heads/master Commit: 3a966eae1eedfad1324ce689c9f168c48ad27bd1 Parents: 600a2f9 Author: randgalt <[email protected]> Authored: Mon Jan 23 21:55:28 2017 -0500 Committer: randgalt <[email protected]> Committed: Mon Jan 23 21:55:28 2017 -0500 ---------------------------------------------------------------------- curator-x-async/src/site/confluence/index.confluence | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/3a966eae/curator-x-async/src/site/confluence/index.confluence ---------------------------------------------------------------------- diff --git a/curator-x-async/src/site/confluence/index.confluence b/curator-x-async/src/site/confluence/index.confluence index dedcef7..34b6c36 100644 --- a/curator-x-async/src/site/confluence/index.confluence +++ b/curator-x-async/src/site/confluence/index.confluence @@ -80,7 +80,7 @@ h4. AsyncEventException When an async watcher fails the exception set in the CompletionStage will be of type {{AsyncEventException}}. This exception allows you to see the KeeperState that caused the trigger and allows you to reset the completion stage. Reset is needed because ZooKeeper temporarily triggers watchers when there is a connection -event. However, the watcher stays set for the original operation. Use {{AsyncEventException#reset}} +event (unless {{WatchMode.successOnly}} is used). However, the watcher stays set for the original operation. Use {{AsyncEventException#reset}} to start a new completion stage that will wait on the next trigger of the watcher. E.g.
