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

commit 3e0b38f8e5a7aa10173487067c6ea8d1eb2359d3
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri May 31 23:18:14 2024 -0400

    Javadoc
---
 .../commons/jcs3/engine/control/event/behavior/ElementEventType.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/ElementEventType.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/ElementEventType.java
index 69b32f4c..0052b8c9 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/ElementEventType.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/engine/control/event/behavior/ElementEventType.java
@@ -27,7 +27,7 @@ public enum ElementEventType
     /** Background expiration */
     EXCEEDED_MAXLIFE_BACKGROUND,
 
-    /*** Expiration discovered on request */
+    /** Expiration discovered on request */
     EXCEEDED_MAXLIFE_ONREQUEST,
 
     /** Background expiration */

Reply via email to