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 0158ef03 Javadoc
0158ef03 is described below

commit 0158ef0379607564a6f8101a3aade4995f8586df
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Oct 18 10:05:34 2024 -0400

    Javadoc
---
 .../java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java
 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java
index bca62ae1..bac0f34f 100644
--- 
a/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java
+++ 
b/commons-jcs3-core/src/main/java/org/apache/commons/jcs3/auxiliary/disk/jdbc/JDBCDiskCache.java
@@ -818,7 +818,7 @@ public class JDBCDiskCache<K, V>
 
     /**
      * For debugging.
-     * <p>
+     *
      * @return this.getStats();
      */
     @Override

Reply via email to