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 56c5736d Fix typos in Javadoc and comments 56c5736d is described below commit 56c5736d2f2b640978542cb996ce328cf75ebcfe Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 15 09:32:15 2025 -0500 Fix typos in Javadoc and comments --- .../commons/jcs3/auxiliary/remote/AbstractRemoteCacheNoWaitFacade.java | 2 +- .../org/apache/commons/jcs3/engine/control/CompositeCacheManager.java | 2 +- .../jcs3/auxiliary/disk/indexed/IndexedDiskCacheKeyStoreUnitTest.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 96a20400..4cc3a0f2 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 @@ -140,7 +140,7 @@ public abstract class AbstractRemoteCacheNoWaitFacade<K, V> } /** - * This typically returns end point info . + * This typically returns end point info. * <p> * @return the name */ diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java index 595d8574..a788a015 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/CompositeCacheManager.java @@ -512,7 +512,7 @@ public class CompositeCacheManager * <p> * Overriding the default elemental attributes will require changing the way the attributes are * assigned to elements. Get cache creates a cache with defaults if none are specified. We might - * want to create separate method for creating/getting. . . + * want to create separate method for creating/getting. * </p> * @param cattr * @param attr 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 a1db6976..733c11d5 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 @@ -38,7 +38,7 @@ class IndexedDiskCacheKeyStoreUnitTest /** * Add some elements, remove 1, call optimize, verify that the removed isn't present. * - * We should also compare the data file sizes. . . . + * We should also compare the data file sizes. * * @throws Exception */