You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ra...@apache.org on 2016/05/19 19:08:38 UTC

curator git commit: doc update

Repository: curator
Updated Branches:
  refs/heads/CURATOR-3.0 63a0d4550 -> fdbbbaa6b


doc update


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

Branch: refs/heads/CURATOR-3.0
Commit: fdbbbaa6b1222866c71ebf41aea691e63d7cad1c
Parents: 63a0d45
Author: randgalt <ra...@apache.org>
Authored: Thu May 19 14:08:34 2016 -0500
Committer: randgalt <ra...@apache.org>
Committed: Thu May 19 14:08:34 2016 -0500

----------------------------------------------------------------------
 curator-framework/src/site/confluence/schema.confluence | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/fdbbbaa6/curator-framework/src/site/confluence/schema.confluence
----------------------------------------------------------------------
diff --git a/curator-framework/src/site/confluence/schema.confluence b/curator-framework/src/site/confluence/schema.confluence
index 410d71a..1a9923c 100644
--- a/curator-framework/src/site/confluence/schema.confluence
+++ b/curator-framework/src/site/confluence/schema.confluence
@@ -11,6 +11,8 @@ Curator provides a mechanism to:
 * Validate operations on ZooKeeper paths
 * Map a simple string to a ZooKeeper path
 
+When a Curator operation violates a schema, {{SchemaViolationException}} is thrown.
+
 h2. Schema and SchemaSet
 
 The basic specification is the Schema class: