You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/10 18:42:31 UTC

[commons-jcs] branch master updated: Delete "@version $Id$" from Subversion days.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git


The following commit(s) were added to refs/heads/master by this push:
     new c861267  Delete "@version $Id$" from Subversion days.
c861267 is described below

commit c861267b06dd6f3d3e19f12d7f1704c8bd3d163e
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Thu Mar 10 13:42:28 2022 -0500

    Delete "@version $Id$" from Subversion days.
---
 .../org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java     | 1 -
 .../commons/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java      | 1 -
 .../apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java  | 1 -
 .../org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java  | 1 -
 .../src/test/java/org/apache/commons/jcs3/TestTCPLateralCache.java       | 1 -
 .../jcs3/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java  | 1 -
 .../apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java | 1 -
 .../commons/jcs/auxiliary/lateral/xmlrpc/utils/XMLRPCSocketOpener.java   | 1 -
 8 files changed, 8 deletions(-)

diff --git a/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java b/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java
index 6176678..0f909a5 100644
--- a/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java
+++ b/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCache.java
@@ -61,7 +61,6 @@ import java.util.Vector;
  * implementation this could provide much higher cache consistency (but with
  * a substantial speed penalty).
  *
- * @version $Id$
  */
 public class JavaGroupsCache
     implements AuxiliaryCache, RequestHandler, MembershipListener
diff --git a/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java b/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java
index 8d23b59..fa3cff2 100644
--- a/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java
+++ b/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheAttributes.java
@@ -43,7 +43,6 @@ import org.apache.commons.jcs.auxiliary.AuxiliaryCacheAttributes;
  *   </dd>
  * </dl>
  *
- * @version $Id$
  */
 public class JavaGroupsCacheAttributes implements AuxiliaryCacheAttributes
 {
diff --git a/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java b/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java
index cef1ac2..6d2f310 100644
--- a/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java
+++ b/auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/auxiliary/javagroups/JavaGroupsCacheFactory.java
@@ -32,7 +32,6 @@ import org.javagroups.ChannelFactory;
  * AuxiliaryCacheFactory for creating instances of {@link JavaGroupsCache}
  * for a particular CompositeCache and {@link JavaGroupsCacheAttributes}.
  *
- * @version $Id$
  */
 public class JavaGroupsCacheFactory implements AuxiliaryCacheFactory
 {
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java
index 61a06d2..93d3684 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs3/engine/memory/shrinking/ShrinkerThread.java
@@ -32,7 +32,6 @@ import org.apache.commons.jcs3.log.LogManager;
 /**
  * A background memory shrinker. Memory problems and concurrent modification exception caused by
  * acting directly on an iterator of the underlying memory cache should have been solved.
- * @version $Id$
  */
 public class ShrinkerThread<K, V>
     implements Runnable
diff --git a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/TestTCPLateralCache.java b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/TestTCPLateralCache.java
index 6a8226e..9c28028 100644
--- a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/TestTCPLateralCache.java
+++ b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/TestTCPLateralCache.java
@@ -29,7 +29,6 @@ import junit.framework.TestCase;
  * Test which exercises the indexed disk cache. This one uses three different
  * regions for thre threads.
  *
- * @version $Id$
  */
 public class TestTCPLateralCache
     extends TestCase
diff --git a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java
index 974337d..b0810a9 100644
--- a/commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java
+++ b/commons-jcs-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheConcurrentUnitTest.java
@@ -35,7 +35,6 @@ import junit.framework.TestCase;
  * Test which exercises the indexed disk cache. This one uses three different
  * regions for thre threads.
  *
- * @version $Id$
  */
 public class IndexedDiskCacheConcurrentUnitTest
     extends TestCase
diff --git a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java
index 0289f90..6c6623b 100644
--- a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java
+++ b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/LateralXMLRPCSender.java
@@ -44,7 +44,6 @@ import java.util.Vector;
  * This class is based on the log4j SocketAppender class. I'm using a differnet
  * repair structure, so it is significant;y different.
  *
- * @version $Id$
  */
 public class LateralXMLRPCSender implements IXMLRPCConstants
 {
diff --git a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/utils/XMLRPCSocketOpener.java b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/utils/XMLRPCSocketOpener.java
index 6d4daf3..e532545 100644
--- a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/utils/XMLRPCSocketOpener.java
+++ b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/xmlrpc/utils/XMLRPCSocketOpener.java
@@ -30,7 +30,6 @@ import java.io.IOException;
  * Socket openere that will timeout on the initial connect rather than block
  * forever. Technique from core java II.
  *
- * @version $Id$
  */
 public class XMLRPCSocketOpener implements Runnable
 {