You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2017/09/18 20:21:30 UTC

[geode] branch develop updated: GEODE-3553: Fix @since tag value

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

klund 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 24b88c9  GEODE-3553: Fix @since tag value
24b88c9 is described below

commit 24b88c9e7c8e000b3a0ee3d1b659ed959eb5534f
Author: Kirk Lund <kl...@apache.org>
AuthorDate: Thu Aug 31 12:27:31 2017 -0700

    GEODE-3553: Fix @since tag value
---
 .../internal/util/concurrent/CustomEntryConcurrentHashMap.java      | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/util/concurrent/CustomEntryConcurrentHashMap.java b/geode-core/src/main/java/org/apache/geode/internal/util/concurrent/CustomEntryConcurrentHashMap.java
index a5f6a8d..00a7c69 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/util/concurrent/CustomEntryConcurrentHashMap.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/util/concurrent/CustomEntryConcurrentHashMap.java
@@ -12,7 +12,7 @@
  * or implied. See the License for the specific language governing permissions and limitations under
  * the License.
  */
-/**
+/*
  * ConcurrentHashMap implementation adapted from JSR 166 backport
  * (http://backport-jsr166.sourceforge.net) JDK5 version release 3.1 with modifications to use
  * generics where appropriate: backport-util-concurrent-Java60-3.1-src.tar.gz
@@ -33,12 +33,10 @@
  * 
  * Original license follows below.
  */
-
 /*
  * Written by Doug Lea with assistance from members of JCP JSR-166 Expert Group and released to the
  * public domain, as explained at http://creativecommons.org/licenses/publicdomain
  */
-
 package org.apache.geode.internal.util.concurrent;
 
 import java.io.IOException;
@@ -114,7 +112,7 @@ import org.apache.geode.internal.util.ArrayUtils;
  * This class is a member of the <a href="{@docRoot} /../technotes/guides/collections/index.html">
  * Java Collections Framework</a>.
  * 
- * @since GemFire 1.5
+ * @since Java 1.5
  * @author Doug Lea
  * @param <K> the type of keys maintained by this map
  * @param <V> the type of mapped values

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