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 21a32afa Javadoc 21a32afa is described below commit 21a32afaddde92e106d9b851e2dc7a122a86d10a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Jul 21 11:36:30 2024 -0400 Javadoc Use HTML 'em' tag instead of 'i' tag --- .../main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java | 4 ++-- .../apache/commons/jcs3/access/behavior/ICacheAccessManagement.java | 4 ++-- .../jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java | 4 ++-- .../org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java index 3b36ebc8..e3b8975b 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java @@ -91,8 +91,8 @@ public abstract class AbstractCacheAccess<K, V> } /** - * This instructs the memory cache to remove the <i>numberToFree</i> according to its eviction - * policy. For example, the LRUMemoryCache will remove the <i>numberToFree</i> least recently + * This instructs the memory cache to remove the <em>numberToFree</em> according to its eviction + * policy. For example, the LRUMemoryCache will remove the <em>numberToFree</em> least recently * used items. These will be spooled to disk if a disk auxiliary is available. * <p> * @param numberToFree diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java index d63fd242..373cb61d 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/access/behavior/ICacheAccessManagement.java @@ -45,8 +45,8 @@ public interface ICacheAccessManagement void dispose(); /** - * This instructs the memory cache to remove the <i>numberToFree</i> according to its eviction - * policy. For example, the LRUMemoryCache will remove the <i>numberToFree</i> least recently + * This instructs the memory cache to remove the <em>numberToFree</em> according to its eviction + * policy. For example, the LRUMemoryCache will remove the <em>numberToFree</em> least recently * used items. These will be spooled to disk if a disk auxiliary is available. * <p> * @param numberToFree diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java index dbe9cc9f..7e770b20 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/AbstractDoubleLinkedListMemoryCache.java @@ -153,8 +153,8 @@ public abstract class AbstractDoubleLinkedListMemoryCache<K, V> extends Abstract } /** - * This instructs the memory cache to remove the <i>numberToFree</i> according to its eviction - * policy. For example, the LRUMemoryCache will remove the <i>numberToFree</i> least recently + * This instructs the memory cache to remove the <em>numberToFree</em> according to its eviction + * policy. For example, the LRUMemoryCache will remove the <em>numberToFree</em> least recently * used items. These will be spooled to disk if a disk auxiliary is available. * <p> * diff --git a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java index bd6a733c..fb187f69 100644 --- a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java +++ b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/memory/behavior/IMemoryCache.java @@ -40,9 +40,9 @@ public interface IMemoryCache<K, V> throws IOException; /** - * This instructs the memory cache to remove the <i>numberToFree</i> + * This instructs the memory cache to remove the <em>numberToFree</em> * according to its eviction policy. For example, the LRUMemoryCache will - * remove the <i>numberToFree</i> least recently used items. These will be + * remove the <em>numberToFree</em> least recently used items. These will be * spooled to disk if a disk auxiliary is available. * <p> * @param numberToFree