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 a22ce5e5 Javadoc a22ce5e5 is described below commit a22ce5e53847245ed246d58c9601e76ddfc207fe Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri May 31 23:17:58 2024 -0400 Javadoc --- .../jcs3/auxiliary/disk/block/AbstractBlockDiskCacheUnitTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/block/AbstractBlockDiskCacheUnitTest.java b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/block/AbstractBlockDiskCacheUnitTest.java index 964b63b4..db130eec 100644 --- a/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/block/AbstractBlockDiskCacheUnitTest.java +++ b/commons-jcs3-core/src/test/java/org/apache/commons/jcs3/auxiliary/disk/block/AbstractBlockDiskCacheUnitTest.java @@ -50,7 +50,7 @@ public abstract class AbstractBlockDiskCacheUnitTest{ /** Test string */ String string; - /*** test byte array. */ + /** test byte array. */ byte[] bytes; }