doc clarification

Project: http://git-wip-us.apache.org/repos/asf/curator/repo
Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/62f428c0
Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/62f428c0
Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/62f428c0

Branch: refs/heads/CURATOR-3.0
Commit: 62f428c0456113628bf714bec756c1e13270b80f
Parents: 24ba3c2
Author: randgalt <randg...@apache.org>
Authored: Mon Jan 23 22:04:17 2017 -0500
Committer: randgalt <randg...@apache.org>
Committed: Mon Jan 23 22:04:17 2017 -0500

----------------------------------------------------------------------
 .../src/main/java/org/apache/curator/x/async/WatchMode.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/62f428c0/curator-x-async/src/main/java/org/apache/curator/x/async/WatchMode.java
----------------------------------------------------------------------
diff --git 
a/curator-x-async/src/main/java/org/apache/curator/x/async/WatchMode.java 
b/curator-x-async/src/main/java/org/apache/curator/x/async/WatchMode.java
index dbce8c1..13395e9 100644
--- a/curator-x-async/src/main/java/org/apache/curator/x/async/WatchMode.java
+++ b/curator-x-async/src/main/java/org/apache/curator/x/async/WatchMode.java
@@ -36,7 +36,8 @@ public enum WatchMode
     /**
      * The {@link 
java.util.concurrent.CompletionStage}&lt;org.apache.zookeeper.WatchedEvent&gt; 
will
      * complete for both successful trigger and connection exceptions. 
Connection exceptions are
-     * of type: {@link org.apache.curator.x.async.AsyncEventException}.
+     * of type: {@link org.apache.curator.x.async.AsyncEventException}. Note: 
this is the default
+     * watch mode.
      */
     stateChangeAndSuccess
 }

Reply via email to