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


The following commit(s) were added to refs/heads/master by this push:
     new 4a058256 Fix comment
4a058256 is described below

commit 4a0582564d7737800be54035235c7e3068776d32
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sat Jan 31 19:52:26 2026 +0100

    Fix comment
---
 commons-jcs3-core/src/main/java/module-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commons-jcs3-core/src/main/java/module-info.java 
b/commons-jcs3-core/src/main/java/module-info.java
index 5d9a95b1..a0c8c38e 100644
--- a/commons-jcs3-core/src/main/java/module-info.java
+++ b/commons-jcs3-core/src/main/java/module-info.java
@@ -109,7 +109,7 @@ module org.apache.commons.jcs3.core {
     requires static org.apache.httpcomponents.httpclient;
     requires static org.apache.httpcomponents.httpcore;
 
-    // Optional dependencies for remote HTTP caching
+    // Optional dependencies for JSON serializer
     requires static com.fasterxml.jackson.databind;
     opens org.apache.commons.jcs3.utils.serialization to 
com.fasterxml.jackson.databind;
     opens org.apache.commons.jcs3.engine to com.fasterxml.jackson.databind;

Reply via email to