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 751f044c Javadoc
751f044c is described below

commit 751f044c6014e6129cdb69c6055e670bea88320b
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Mar 22 22:39:54 2026 -0700

    Javadoc
---
 .../java/org/apache/commons/jcs4/auxiliary/lateral/LateralCommand.java | 2 +-
 .../commons/jcs4/auxiliary/remote/server/behavior/RemoteType.java      | 2 +-
 .../apache/commons/jcs4/auxiliary/remote/value/RemoteRequestType.java  | 2 +-
 .../src/main/java/org/apache/commons/jcs4/engine/CacheStatus.java      | 3 +--
 .../commons/jcs4/engine/control/event/behavior/ElementEventType.java   | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCommand.java
 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCommand.java
index 542b6170..82a4a6f7 100644
--- 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCommand.java
+++ 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/lateral/LateralCommand.java
@@ -20,7 +20,7 @@ package org.apache.commons.jcs4.auxiliary.lateral;
  */
 
 /**
- * Enumeration of the available lateral commands
+ * Enumerates the available lateral commands.
  */
 public enum LateralCommand
 {
diff --git 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/RemoteType.java
 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/RemoteType.java
index 24032bd8..2e2b8dac 100644
--- 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/RemoteType.java
+++ 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/server/behavior/RemoteType.java
@@ -20,7 +20,7 @@ package 
org.apache.commons.jcs4.auxiliary.remote.server.behavior;
  */
 
 /**
- * Enum to describe the mode of the remote cache
+ * Enumerates the mode of the remote cache.
  */
 public enum RemoteType
 {
diff --git 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/value/RemoteRequestType.java
 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/value/RemoteRequestType.java
index 322bbdb2..5ea50059 100644
--- 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/value/RemoteRequestType.java
+++ 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/auxiliary/remote/value/RemoteRequestType.java
@@ -20,7 +20,7 @@ package org.apache.commons.jcs4.auxiliary.remote.value;
  */
 
 /**
- * The different types of requests
+ * Enumerates the different types of requests.
  */
 public enum RemoteRequestType
 {
diff --git 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheStatus.java
 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheStatus.java
index dffacc00..7d4528ea 100644
--- 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheStatus.java
+++ 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/CacheStatus.java
@@ -20,8 +20,7 @@ package org.apache.commons.jcs4.engine;
  */
 
 /**
- * Cache statuses
- * <p>
+ * Enumerates cache statuses.
  */
 public enum CacheStatus
 {
diff --git 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/behavior/ElementEventType.java
 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/behavior/ElementEventType.java
index ff667c26..d8f4a6a3 100644
--- 
a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/behavior/ElementEventType.java
+++ 
b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/control/event/behavior/ElementEventType.java
@@ -20,7 +20,7 @@ package org.apache.commons.jcs4.engine.control.event.behavior;
  */
 
 /**
- * This describes the events that an item can encounter.
+ * Enumerates the events that an item can encounter.
  */
 public enum ElementEventType
 {

Reply via email to