You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by dr...@apache.org on 2017/05/02 20:06:36 UTC

[28/50] curator git commit: doc clarification

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/master
Commit: 62f428c0456113628bf714bec756c1e13270b80f
Parents: 24ba3c2
Author: randgalt <ra...@apache.org>
Authored: Mon Jan 23 22:04:17 2017 -0500
Committer: randgalt <ra...@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
 }