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 e7a4df44 Fix typos in comments e7a4df44 is described below commit e7a4df441b79cddc73f6bef6167f26c7c73a7763 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:39:44 2024 -0400 Fix typos in comments --- .../java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java | 2 +- .../apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java index 010c7de2..dcdc7dc7 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/AbstractDiskCache.java @@ -348,7 +348,7 @@ public abstract class AbstractDiskCache<K, V> * abstract process* methods. The children implement the process methods. * * @param pattern Used to match keys. - * @return A map of matches.. + * @return A map of matches. * @throws IOException */ protected final Map<K, ICacheElement<K, V>> doGetMatching( final String pattern ) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java index 17e6b158..9caafc93 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/indexed/IndexedDiskCache.java @@ -386,8 +386,7 @@ public class IndexedDiskCache<K, V> extends AbstractDiskCache<K, V> } /** - * To subtract you can pass in false for add.. - * <p> + * To subtract you can pass in false for add. * * @param ded * @param add