You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2017/10/20 16:54:15 UTC

[geode] branch develop updated: GEODE-3521: Correct a javadoc issue.

This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 378a1de  GEODE-3521: Correct a javadoc issue.
378a1de is described below

commit 378a1de560a7e1325d96e8795bd9ef3166e28669
Author: eshu <es...@pivotal.io>
AuthorDate: Fri Oct 20 09:52:52 2017 -0700

    GEODE-3521: Correct a javadoc issue.
---
 .../java/org/apache/geode/internal/lang/SystemPropertyHelper.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/lang/SystemPropertyHelper.java b/geode-core/src/main/java/org/apache/geode/internal/lang/SystemPropertyHelper.java
index 97d6343..ec8a1f8 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/lang/SystemPropertyHelper.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/lang/SystemPropertyHelper.java
@@ -44,8 +44,8 @@ public class SystemPropertyHelper {
    * As of Geode 1.4.0, a region set operation will be in a transaction even if it is the first
    * operation in the transaction.
    *
-   * In previous releases, a region operation is not in a transaction if it is the first operation
-   * of the transaction.
+   * In previous releases, a region set operation is not in a transaction if it is the first
+   * operation of the transaction.
    *
    * Setting this system property to true will restore the previous behavior.
    *

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].