Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-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 747DB18493 for ; Tue, 9 Feb 2016 01:26:08 +0000 (UTC) Received: (qmail 61651 invoked by uid 500); 9 Feb 2016 01:26:08 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 61616 invoked by uid 500); 9 Feb 2016 01:26:08 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 61607 invoked by uid 99); 9 Feb 2016 01:26:08 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2016 01:26:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CF6071A0142 for ; Tue, 9 Feb 2016 01:26:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.453 X-Spam-Level: X-Spam-Status: No, score=-3.453 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.233] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id hSzCMX2PcsAH for ; Tue, 9 Feb 2016 01:26:06 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id D5E442139D for ; Tue, 9 Feb 2016 01:26:05 +0000 (UTC) Received: (qmail 61507 invoked by uid 99); 9 Feb 2016 01:26:05 -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; Tue, 09 Feb 2016 01:26:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F1BFFE3813; Tue, 9 Feb 2016 01:26:04 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: klund@apache.org To: commits@geode.incubator.apache.org Date: Tue, 09 Feb 2016 01:26:05 -0000 Message-Id: In-Reply-To: <8cedd58efcae4cc09af6dcbd5569a248@git.apache.org> References: <8cedd58efcae4cc09af6dcbd5569a248@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] incubator-geode git commit: Fixup Fixup Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/21fb6a36 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/21fb6a36 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/21fb6a36 Branch: refs/heads/feature/GEODE-268 Commit: 21fb6a36e461550e11824cc84c2ed00751bf3793 Parents: 00f702f Author: Kirk Lund Authored: Mon Feb 8 17:25:21 2016 -0800 Committer: Kirk Lund Committed: Mon Feb 8 17:25:21 2016 -0800 ---------------------------------------------------------------------- .../gemstone/gemfire/cache/operations/OperationContext.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/21fb6a36/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java ---------------------------------------------------------------------- diff --git a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java index 6a7ecef..01b9655 100644 --- a/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java +++ b/gemfire-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java @@ -482,9 +482,9 @@ public abstract class OperationContext { /** * When called post-operation, returns true if the operation was one that performed an update. - * An update occurs when one of the following methods on {@link getOperationCode()} returns true: - * {@linkplain isPut()}, {@linkplain isPutAll()}, {@linkplain isDestroy()}, {@linkplain isRemoveAll()}, - * {@linkplain isInvalidate()}, {@linkplain isRegionCreate()}, {@linkplain isRegionClear()}, {@linkplain isRegionDestroy()}. + * An update occurs when one of the following methods on {@link #getOperationCode()} returns true: + * {@linkplain #isPut()}, {@linkplain #isPutAll()}, {@linkplain #isDestroy()}, {@linkplain #isRemoveAll()}, + * {@linkplain #isInvalidate()}, {@linkplain #isRegionCreate()}, {@linkplain #isRegionClear()}, {@linkplain #isRegionDestroy()}. * Otherwise, returns false. * * @since 6.6