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 8b6c9631 Javadoc 8b6c9631 is described below commit 8b6c9631777921c82816f858696d036938f247df Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 18 09:50:43 2024 -0400 Javadoc --- .../org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java | 2 +- .../java/org/apache/commons/jcs3/auxiliary/disk/PurgatoryElement.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java b/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java index 9cfab15e..bc3f5e2b 100644 --- a/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java +++ b/auxiliary-builds/jdk14/src/java/org/apache/commons/jcs/engine/memory/lru/LHMLRUMemoryCache.java @@ -276,7 +276,7 @@ public class LHMLRUMemoryCache // ---------------------------------------------------------- extended map /** - * Implementation of removeEldestEntry in LinkedHashMap + * Implements removeEldestEntry from {@link LinkedHashMap}. */ public class LHMSpooler extends java.util.LinkedHashMap diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/PurgatoryElement.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/PurgatoryElement.java index e3703fa5..fe457b34 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/PurgatoryElement.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/PurgatoryElement.java @@ -25,7 +25,7 @@ import org.apache.commons.jcs3.engine.behavior.ICacheElement; import org.apache.commons.jcs3.engine.behavior.IElementAttributes; /** - * Implementation of cache elements in purgatory. + * Implements cache elements in purgatory. * * Elements are stored in purgatory when they are spooled to the auxiliary cache, but have not yet * been written to disk.