This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 69189732a2a537274bb8163ddf9748a3378b4624 Author: Thomas Vandahl <[email protected]> AuthorDate: Thu Mar 19 10:13:05 2026 +0100 Fix scope --- .../org/apache/commons/jcs4/engine/behavior/IElementAttributes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/behavior/IElementAttributes.java b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/behavior/IElementAttributes.java index 53a98bcd..81a1b6cd 100644 --- a/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/behavior/IElementAttributes.java +++ b/commons-jcs4-core/src/main/java/org/apache/commons/jcs4/engine/behavior/IElementAttributes.java @@ -124,5 +124,5 @@ public interface IElementAttributes extends Serializable * This is the (max life + create time) - current time. * @return The TimeToLive value */ - public Duration getTimeToLive(); + Duration getTimeToLive(); }
