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 7bc7c63f Javadoc
7bc7c63f is described below
commit 7bc7c63f450b643a2cce489219015b9f4a343c54
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Apr 27 10:21:46 2025 -0400
Javadoc
---
.../java/org/apache/commons/jcs3/admin/CountingStreamUnitTest.java | 2 +-
.../commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/CountingStreamUnitTest.java
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/CountingStreamUnitTest.java
index 97585b8c..71f0d7db 100644
---
a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/CountingStreamUnitTest.java
+++
b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/admin/CountingStreamUnitTest.java
@@ -63,7 +63,7 @@ class CountingStreamUnitTest
}
/**
- * Write a single byte and verify the count.
+ * Writes a single byte and verify the count.
*
* @throws Exception
*/
diff --git
a/commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java
b/commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java
index e93a49ea..d1548052 100644
---
a/commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java
+++
b/commons-jcs3-sandbox/commons-jcs3-filecache/src/main/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheAttributes.java
@@ -120,9 +120,9 @@ public class FileDiskCacheAttributes
}
/**
- * Write out the values for debugging purposes.
+ * Converts this instance to a String for debugging purposes.
*
- * @return String
+ * @return This instance to a String for debugging purposes.
*/
@Override
public String toString()