Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0A2B3182DB for ; Wed, 1 Jul 2015 23:01:19 +0000 (UTC) Received: (qmail 53142 invoked by uid 500); 1 Jul 2015 23:01:18 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 53051 invoked by uid 500); 1 Jul 2015 23:01:18 -0000 Mailing-List: contact commits-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list commits@curator.apache.org Received: (qmail 52645 invoked by uid 99); 1 Jul 2015 23:01:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 23:01:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 76F51E362F; Wed, 1 Jul 2015 23:01:18 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Date: Wed, 01 Jul 2015 23:01:29 -0000 Message-Id: <4f55320cffe9414e9f7a4aa479a3c9c7@git.apache.org> In-Reply-To: <670a3ea55ea342d2ad4795731839be3f@git.apache.org> References: <670a3ea55ea342d2ad4795731839be3f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/20] curator git commit: Doc misnamed CuratorEvent 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/master Commit: f27b49095bbe359afd904e1f3a227a00d2239578 Parents: 8160001 Author: randgalt Authored: Sun Jun 21 11:04:35 2015 -0500 Committer: randgalt 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| 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()|