escape underscores
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/5c8833ca Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/5c8833ca Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/5c8833ca Branch: refs/heads/CURATOR-215 Commit: 5c8833ca727cc92e43bedb3694d611890ca9d9ce Parents: 7536465 Author: randgalt <[email protected]> Authored: Sat May 9 10:52:33 2015 -0500 Committer: randgalt <[email protected]> Committed: Sat May 9 10:52:33 2015 -0500 ---------------------------------------------------------------------- curator-framework/src/site/confluence/index.confluence | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/5c8833ca/curator-framework/src/site/confluence/index.confluence ---------------------------------------------------------------------- diff --git a/curator-framework/src/site/confluence/index.confluence b/curator-framework/src/site/confluence/index.confluence index bb1807e..c41b244 100644 --- a/curator-framework/src/site/confluence/index.confluence +++ b/curator-framework/src/site/confluence/index.confluence @@ -63,14 +63,14 @@ CuratorEvent depend on the type of event which is exposed via the getType() meth |CREATE|getResultCode() and getPath()| |DELETE|getResultCode() and getPath()| |EXISTS|getResultCode(), getPath() and getStat()| -|GET_DATA|getResultCode(), getPath(), getStat() and getData()| -|SET_DATA|getResultCode(), getPath() and getStat()| +|GET\_DATA|getResultCode(), getPath(), getStat() and getData()| +|SET\_DATA|getResultCode(), getPath() and getStat()| |CHILDREN|getResultCode(), getPath(), getStat(), getChildren()| |SYNC|getResultCode(), getStat()| -|GET_ACL|getResultCode(), getACLList()| -|SET_ACL|getResultCode()| +|GET\_ACL|getResultCode(), getACLList()| +|SET\_ACL|getResultCode()| |WATCHED|getWatchedEvent()| -|GET_CONFIG|getResultCode(), getData()| +|GET\_CONFIG|getResultCode(), getData()| |RECONFIG|getResultCode(), getData()| h2. Namespaces
