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 3d217fc3 Whitespace
3d217fc3 is described below
commit 3d217fc34e2f0b6e209122f88268e8d42126aef7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 27 09:04:00 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 insertions(+)
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 9b31939b..6fd8b4e1 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,6 +28,7 @@ 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 26d770e2..0285be50 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,6 +16,7 @@
* 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 ecaf436e..7ab12fdf 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,6 +31,7 @@ import java.util.Iterator;
/*
* Used to multi-cast a key/val pair to the named cache on multiple servers.
*/
+
/**
* Description of the Class
*/