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 78296176 Whitespace
78296176 is described below
commit 78296176a09a2b100eb93e7d44be3fe52ec539d0
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 27 09:52:04 2024 -0500
Whitespace
---
.../org/apache/commons/jcs3/auxiliary/remote/TestRemoteCacheFactory.java | 1 -
.../src/main/java/org/apache/commons/jcs3/jcache/JCSConfiguration.java | 1 -
.../jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java | 1 -
3 files changed, 3 deletions(-)
diff --git
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/TestRemoteCacheFactory.java
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/TestRemoteCacheFactory.java
index 6fd8b4e1..9b31939b 100644
---
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/TestRemoteCacheFactory.java
+++
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/remote/TestRemoteCacheFactory.java
@@ -28,7 +28,6 @@ import
org.apache.commons.jcs3.engine.logging.behavior.ICacheEventLogger;
* specific language governing permissions and limitations
* under the License.
*/
-
/**
* Test RemoteCache factory that skips actual connection attempt
*/
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 0285be50..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
@@ -16,7 +16,6 @@
* specific language governing permissions and limitations
* under the License.
*/
-
/**
* Copyright 2003-2010 Terracotta, Inc.
*
diff --git
a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java
b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java
index 7ab12fdf..ecaf436e 100644
---
a/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java
+++
b/src/experimental/org/apache/commons/jcs/auxiliary/lateral/http/broadcast/LateralCacheMulticaster.java
@@ -31,7 +31,6 @@ import java.util.Iterator;
/*
* Used to multi-cast a key/val pair to the named cache on multiple servers.
*/
-
/**
* Description of the Class
*/