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 3a31f061 Javadoc
3a31f061 is described below

commit 3a31f06115fa9a19d784dc3bd43939f6fca8606d
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sun May 4 08:51:58 2025 -0400

    Javadoc
---
 .../main/java/org/apache/commons/jcs3/access/AbstractCacheAccess.java   | 2 +-
 .../jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java   | 2 +-
 .../apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java  | 2 +-
 3 files changed, 3 insertions(+), 3 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 a549a6b6..44cb64c8 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
@@ -134,7 +134,7 @@ public abstract class AbstractCacheAccess<K, V>
     }
 
     /**
-     * Retrieves A COPY OF the default element attributes used by this region. 
This does not provide
+     * Gets a copy of  the default element attributes used by this region. 
This does not provide
      * a reference to the element attributes.
      * <p>
      * Each time an element is added to the cache without element attributes, 
the default element
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java
index 767d61f3..7c1af399 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/http/server/AbstractRemoteCacheService.java
@@ -241,7 +241,7 @@ public abstract class AbstractRemoteCacheService<K, V>
     }
 
     /**
-     * Retrieves all matching keys.
+     * Gets all matching keys.
      *
      * @param cacheName
      * @param pattern
diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java
index c483d5e1..5c747901 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/remote/server/RemoteCacheServer.java
@@ -557,7 +557,7 @@ public class RemoteCacheServer<K, V>
     }
 
     /**
-     * Retrieves all matching keys.
+     * Gets all matching keys.
      *
      * @param cacheName
      * @param pattern

Reply via email to