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 9dfd7aa8 Normalize end of comments
     new 969e9fc4 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-jcs
9dfd7aa8 is described below

commit 9dfd7aa857ea3dd527928b56772d9af37ac0e5e5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jan 20 10:50:54 2024 -0500

    Normalize end of comments
---
 .../commons/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java  | 1 -
 .../jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java       | 1 -
 .../org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java | 1 -
 .../org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java  | 1 -
 .../org/apache/commons/jcs3/engine/behavior/IShutdownObserver.java   | 1 -
 .../jcs3/engine/control/event/behavior/IElementEventQueue.java       | 1 -
 .../java/org/apache/commons/jcs3/JCSvsHashtablePerformanceTest.java  | 1 -
 .../src/test/java/org/apache/commons/jcs3/ZeroSizeCacheUnitTest.java | 1 -
 .../java/org/apache/commons/jcs3/access/SystemPropertyUnitTest.java  | 2 --
 .../test/java/org/apache/commons/jcs3/admin/AdminBeanUnitTest.java   | 1 -
 .../auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java     | 2 --
 .../commons/jcs3/auxiliary/disk/indexed/LRUMapSizeVsCount.java       | 1 -
 .../org/apache/commons/jcs3/engine/SystemPropertyUsageUnitTest.java  | 2 --
 .../apache/commons/jcs3/engine/control/MockElementSerializer.java    | 2 --
 .../java/org/apache/commons/jcs3/utils/access/JCSWorkerUnitTest.java | 1 -
 .../commons/jcs3/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java | 1 -
 .../org/apache/commons/jcs3/utils/struct/LRUMapPerformanceTest.java  | 1 -
 .../java/org/apache/commons/jcs3/utils/struct/LRUMapUnitTest.java    | 5 -----
 .../commons/jcs3/utils/threadpool/ThreadPoolManagerUnitTest.java     | 1 -
 .../main/java/org/apache/commons/jcs3/jcache/JCSConfiguration.java   | 1 -
 .../java/org/apache/commons/jcs3/jcache/cdi/CachePutInterceptor.java | 1 -
 .../apache/commons/jcs3/jcache/cdi/CacheRemoveAllInterceptor.java    | 1 -
 .../org/apache/commons/jcs3/jcache/cdi/CacheRemoveInterceptor.java   | 1 -
 .../org/apache/commons/jcs3/jcache/cdi/CacheResultInterceptor.java   | 1 -
 .../org/apache/commons/jcs3/jcache/cdi/GeneratedCacheKeyImpl.java    | 1 -
 .../commons/jcs3/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java    | 2 --
 .../src/test/java/org/apache/commons/jcs3/jcache/CacheTest.java      | 4 ----
 .../test/java/org/apache/commons/jcs3/jcache/ExpiryListenerTest.java | 1 -
 .../auxiliary/lateral/http/server/LateralCacheServletReciever.java   | 1 -
 29 files changed, 41 deletions(-)

diff --git 
a/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java
 
b/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java
index 181fc30d..9803e498 100644
--- 
a/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java
+++ 
b/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/auxiliary/lateral/javagroups/utils/JGRpcOpener.java
@@ -80,7 +80,6 @@ public class JGRpcOpener
      * @param ilcl
      * @param ilca
      * @param groupName
-     *
      */
     public JGRpcOpener( ILateralCacheJGListener ilcl, ILateralCacheAttributes 
ilca, String groupName )
     {
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java
index 66e23841..f1cb9595 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java
@@ -317,7 +317,6 @@ public abstract class AbstractRemoteCacheNoWaitFacade<K, V>
 
     /**
      * restore the primary server in the list of failovers
-     *
      */
     public void restorePrimaryServer(final RemoteCacheNoWait<K, V> rcnw)
     {
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java
index 04ba870a..25a1af8d 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheManager.java
@@ -215,7 +215,6 @@ public class RemoteCacheManager
     /**
      * Lookup remote service from registry
      * @throws IOException if the remote service could not be found
-     *
      */
     protected void lookupRemoteService() throws IOException
     {
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java
index 5ba51307..beca7e2d 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/RemoteCacheNoWait.java
@@ -256,7 +256,6 @@ public class RemoteCacheNoWait<K, V>
      * @param pattern
      * @return Map
      * @throws IOException
-     *
      */
     @Override
     public Map<K, ICacheElement<K, V>> getMatching( final String pattern )
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IShutdownObserver.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IShutdownObserver.java
index 26955afd..0d05d781 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IShutdownObserver.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/behavior/IShutdownObserver.java
@@ -33,7 +33,6 @@ public interface IShutdownObserver
 {
     /**
      * Tells the observer that the observable has received a shutdown command.
-     *
      */
     void shutdown();
 }
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/IElementEventQueue.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/IElementEventQueue.java
index c17ec8dd..2854af1b 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/IElementEventQueue.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/IElementEventQueue.java
@@ -41,7 +41,6 @@ public interface IElementEventQueue
 
     /**
      * Destroy the event queue
-     *
      */
     void dispose();
 }
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/JCSvsHashtablePerformanceTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/JCSvsHashtablePerformanceTest.java
index 36d7e93f..9c61ce8f 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/JCSvsHashtablePerformanceTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/JCSvsHashtablePerformanceTest.java
@@ -53,7 +53,6 @@ public class JCSvsHashtablePerformanceTest
     int tries = 50000;
 
     /**
-     *
      */
     public void doWork()
     {
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/ZeroSizeCacheUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/ZeroSizeCacheUnitTest.java
index 60c93e60..5d7de1fd 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/ZeroSizeCacheUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/ZeroSizeCacheUnitTest.java
@@ -48,7 +48,6 @@ public class ZeroSizeCacheUnitTest
      * Verify that a 0 size cache does not result in errors. You should be able
      * to disable a region this way.
      * @throws Exception
-     *
      */
     @Test
     public void testPutGetRemove()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/access/SystemPropertyUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/access/SystemPropertyUnitTest.java
index f021a521..d53a85e3 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/access/SystemPropertyUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/access/SystemPropertyUnitTest.java
@@ -38,7 +38,6 @@ public class SystemPropertyUnitTest
      * Verify that we use a system property for a ${FOO} string in a value.
      *
      * @throws Exception
-     *
      */
     @Test
     public void test1SystemPropertyInValueDelimiter()
@@ -65,7 +64,6 @@ public class SystemPropertyUnitTest
      * property. The default value should be used, if one exists.
      *
      * @throws Exception
-     *
      */
     @Test
     public void test2SystemPropertyMissingInValueDelimeter()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/AdminBeanUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/AdminBeanUnitTest.java
index 0d19a178..0a59d185 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/AdminBeanUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/AdminBeanUnitTest.java
@@ -89,7 +89,6 @@ public class AdminBeanUnitTest
      * Create a test region and then verify that we get it from the list.
      *
      * @throws Exception
-     *
      */
     @Test
     public void testGetRegionInfo()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java
index 22879536..59c808e4 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java
@@ -41,7 +41,6 @@ public class IndexedDiskCacheKeyStoreUnitTest
      * We should also compare the data file sizes. . . .
      *
      * @throws Exception
-     *
      */
     @Test
     public void testOptiimize()
@@ -100,7 +99,6 @@ public class IndexedDiskCacheKeyStoreUnitTest
      * can get the items.
      *
      * @throws Exception
-     *
      */
     @Test
     public void testStoreKeys()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/LRUMapSizeVsCount.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/LRUMapSizeVsCount.java
index 137df78b..d81f02c8 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/LRUMapSizeVsCount.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/indexed/LRUMapSizeVsCount.java
@@ -50,7 +50,6 @@ public class LRUMapSizeVsCount
     int tries = 100000;
 
     /**
-     *
      */
     public void doWork()
     {
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/SystemPropertyUsageUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/SystemPropertyUsageUnitTest.java
index a3e20854..9927a0da 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/SystemPropertyUsageUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/SystemPropertyUsageUnitTest.java
@@ -63,7 +63,6 @@ public class SystemPropertyUsageUnitTest
        /**
      * Verify that the system properties are used.
      * @throws Exception
-     *
      */
     @Test
     public void testSystemPropertyUsage()
@@ -84,7 +83,6 @@ public class SystemPropertyUsageUnitTest
      * Verify that the system properties are not used is specified.
      *
      * @throws Exception
-     *
      */
     @Test
     public void testSystemPropertyUsage_inactive()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/control/MockElementSerializer.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/control/MockElementSerializer.java
index 365a14e1..af9fc740 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/control/MockElementSerializer.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/engine/control/MockElementSerializer.java
@@ -45,7 +45,6 @@ public class MockElementSerializer
      * @return Object
      * @throws IOException
      * @throws ClassNotFoundException
-     *
      */
     @Override
     public <T> T deSerialize( final byte[] bytes, final ClassLoader loader )
@@ -67,7 +66,6 @@ public class MockElementSerializer
      * @param obj
      * @return byte[]
      * @throws IOException
-     *
      */
     @Override
     public <T> byte[] serialize( final T obj )
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/access/JCSWorkerUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/access/JCSWorkerUnitTest.java
index 417cbb71..7061de13 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/access/JCSWorkerUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/access/JCSWorkerUnitTest.java
@@ -35,7 +35,6 @@ public class JCSWorkerUnitTest
      * Just verify that the worker will go to the cache before asking the 
helper.
      *
      * @throws Exception
-     *
      */
     @Test
     public void testSimpleGet()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java
index 3fb03b2a..d3bc9269 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java
@@ -49,7 +49,6 @@ public class JCSvsCommonsLRUMapPerformanceTest
     int tries = 100000;
 
     /**
-     *
      */
     public void doWork()
     {
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapPerformanceTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapPerformanceTest.java
index f833ba5d..12a33f09 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapPerformanceTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapPerformanceTest.java
@@ -50,7 +50,6 @@ public class LRUMapPerformanceTest
     int tries = 100000;
 
     /**
-     *
      */
     public void doWork()
     {
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapUnitTest.java
index ec707ed6..15a5d8d2 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/struct/LRUMapUnitTest.java
@@ -37,7 +37,6 @@ public class LRUMapUnitTest
 
     /**
      * Add items to the map and then test to see that they come back in the 
entry set.
-     *
      */
     @Test
     public void testGetEntrySet()
@@ -62,7 +61,6 @@ public class LRUMapUnitTest
 
     /**
      * Put and then remove.  Make sure the element is returned.
-     *
      */
     @Test
     public void testPutAndRemove()
@@ -77,7 +75,6 @@ public class LRUMapUnitTest
 
     /**
      * Put into the lru with no limit and then make sure they are all there.
-     *
      */
     @Test
     public void testPutWithNoSizeLimit()
@@ -99,7 +96,6 @@ public class LRUMapUnitTest
 
     /**
      * Put up to the size limit and then make sure they are all there.
-     *
      */
     @Test
     public void testPutWithSizeLimit()
@@ -121,7 +117,6 @@ public class LRUMapUnitTest
 
     /**
      * Call remove on an empty map
-     *
      */
     @Test
     public void testRemoveEmpty()
diff --git 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManagerUnitTest.java
 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManagerUnitTest.java
index b5a915ad..219c40ca 100644
--- 
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManagerUnitTest.java
+++ 
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/utils/threadpool/ThreadPoolManagerUnitTest.java
@@ -53,7 +53,6 @@ public class ThreadPoolManagerUnitTest
 
     /**
      * Gets a couple pools by name and then see if they are in the list.
-     *
      */
     @Test
     public void testGetPoolNames()
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSConfiguration.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSConfiguration.java
index 4bc6323e..26d770e2 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSConfiguration.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/JCSConfiguration.java
@@ -50,7 +50,6 @@ public class JCSConfiguration<K, V> implements 
CompleteConfiguration<K, V>
 {
 
     /**
-     *
      */
     private static final long serialVersionUID = 3322514800838658711L;
     private final Class<K> keyType;
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CachePutInterceptor.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CachePutInterceptor.java
index 2cfe2f64..58c843f5 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CachePutInterceptor.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CachePutInterceptor.java
@@ -38,7 +38,6 @@ import javax.interceptor.InvocationContext;
 public class CachePutInterceptor implements Serializable
 {
     /**
-     *
      */
     private static final long serialVersionUID = -4327240193421847822L;
     @Inject
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveAllInterceptor.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveAllInterceptor.java
index 207d3c41..40d1b8d2 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveAllInterceptor.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveAllInterceptor.java
@@ -37,7 +37,6 @@ import javax.interceptor.InvocationContext;
 public class CacheRemoveAllInterceptor implements Serializable
 {
     /**
-     *
      */
     private static final long serialVersionUID = -51261182430571546L;
     @Inject
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveInterceptor.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveInterceptor.java
index 7a8bb5aa..c488f2d7 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveInterceptor.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheRemoveInterceptor.java
@@ -38,7 +38,6 @@ import javax.interceptor.InvocationContext;
 public class CacheRemoveInterceptor implements Serializable
 {
     /**
-     *
      */
     private static final long serialVersionUID = -7441959527908682219L;
     @Inject
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheResultInterceptor.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheResultInterceptor.java
index 8be71121..12ee86ac 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheResultInterceptor.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/CacheResultInterceptor.java
@@ -38,7 +38,6 @@ import javax.interceptor.InvocationContext;
 public class CacheResultInterceptor implements Serializable
 {
     /**
-     *
      */
     private static final long serialVersionUID = 3763867761251365670L;
     @Inject
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/GeneratedCacheKeyImpl.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/GeneratedCacheKeyImpl.java
index c742faff..473bb185 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/GeneratedCacheKeyImpl.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/GeneratedCacheKeyImpl.java
@@ -25,7 +25,6 @@ import javax.cache.annotation.GeneratedCacheKey;
 public class GeneratedCacheKeyImpl implements GeneratedCacheKey
 {
     /**
-     *
      */
     private static final long serialVersionUID = -5081690220034319047L;
     private final Object[] params;
diff --git 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
index e2830f9b..1c7927f4 100644
--- 
a/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
+++ 
b/commons-jcs3-jcache/src/main/java/org/apache/commons/jcs3/jcache/cdi/MakeJCacheCDIInterceptorFriendly.java
@@ -69,13 +69,11 @@ public class MakeJCacheCDIInterceptorFriendly implements 
Extension
             this.qualifiers.add(new AnnotationLiteral<Default>() {
 
                 /**
-                 *
                  */
                 private static final long serialVersionUID = 
3314657767813459983L;});
             this.qualifiers.add(new AnnotationLiteral<Any>() {
 
                 /**
-                 *
                  */
                 private static final long serialVersionUID = 
7419841275942488170L;});
         }
diff --git 
a/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/CacheTest.java
 
b/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/CacheTest.java
index c3d3ec74..ef8cf806 100644
--- 
a/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/CacheTest.java
+++ 
b/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/CacheTest.java
@@ -113,7 +113,6 @@ public class CacheTest
         cache.registerCacheEntryListener(new 
CacheEntryListenerConfiguration<String, String>()
         {
             /**
-             *
              */
             private static final long serialVersionUID = -8253611067837660184L;
 
@@ -144,7 +143,6 @@ public class CacheTest
         cache.registerCacheEntryListener(new 
CacheEntryListenerConfiguration<String, String>()
         {
             /**
-             *
              */
             private static final long serialVersionUID = 74774789357823553L;
 
@@ -175,7 +173,6 @@ public class CacheTest
         cache.registerCacheEntryListener(new 
CacheEntryListenerConfiguration<String, String>()
         {
             /**
-             *
              */
             private static final long serialVersionUID = 2442816458182278519L;
 
@@ -227,7 +224,6 @@ public class CacheTest
         cacheManager.createCache("default", new CompleteConfiguration<Object, 
Object>()
         {
             /**
-             *
              */
             private static final long serialVersionUID = -4598329777808827966L;
 
diff --git 
a/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/ExpiryListenerTest.java
 
b/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/ExpiryListenerTest.java
index 17c26a68..b8c9fac9 100644
--- 
a/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/ExpiryListenerTest.java
+++ 
b/commons-jcs3-jcache/src/test/java/org/apache/commons/jcs3/jcache/ExpiryListenerTest.java
@@ -46,7 +46,6 @@ public class ExpiryListenerTest {
 
     private static final class CacheEntryExpiredListenerImpl implements 
CacheEntryExpiredListener<String, String>, Serializable {
         /**
-         *
          */
         private static final long serialVersionUID = -5070377769541346377L;
         private final Collection<CacheEntryEvent<? extends String, ? extends 
String>> events =
diff --git 
a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java
 
b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java
index 644a7434..276a6c71 100644
--- 
a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java
+++ 
b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/server/LateralCacheServletReciever.java
@@ -162,7 +162,6 @@ public class LateralCacheServletReciever
     /**
      * Make sure we have a cache manager. This should have happened in the init
      * method.
-     *
      */
     protected synchronized void ensureCacheManager()
     {

Reply via email to