Doc misnamed CuratorEvent
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/f27b4909 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/f27b4909 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/f27b4909 Branch: refs/heads/CURATOR-3.0 Commit: f27b49095bbe359afd904e1f3a227a00d2239578 Parents: 8160001 Author: randgalt <[email protected]> Authored: Sun Jun 21 11:04:35 2015 -0500 Committer: randgalt <[email protected]> Committed: Sun Jun 21 11:04:35 2015 -0500 ---------------------------------------------------------------------- curator-framework/src/site/confluence/index.confluence | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/f27b4909/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 84f794f..efde81b 100644 --- a/curator-framework/src/site/confluence/index.confluence +++ b/curator-framework/src/site/confluence/index.confluence @@ -51,9 +51,9 @@ CuratorFramework instance using the addListener() method. The listener implement |eventReceived()|A background operation has completed or a watch has triggered. Examine the given event for details| <td>clientClosedDueToError()|An unrecoverable error has occurred. The CuratorFramework instance has been shut down| -h3. ClientEvent -The ClientEvent object is a super\-set POJO that can hold every type of background notification and triggered watch. The useful fields of -ClientEvent depend on the type of event which is exposed via the getType() method. +h3. CuratorEvent +The CuratorEvent object is a super\-set POJO that can hold every type of background notification and triggered watch. The useful fields of +CuratorEvent depend on the type of event which is exposed via the getType() method. ||Event Type||Event Methods|| |CREATE|getResultCode() and getPath()|
