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 d395dada Normalize test Javadoc
d395dada is described below

commit d395dadaee5cb040926b025b799ad4912de25154
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Nov 5 15:21:24 2024 -0500

    Normalize test Javadoc
    
    The class name tells you it's a unit test as opposed to an IT test
---
 .../apache/commons/jcs/auxiliary/disk/file/FileDiskCacheUnitTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-jcs3-sandbox/commons-jcs3-filecache/src/test/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheUnitTest.java
 
b/commons-jcs3-sandbox/commons-jcs3-filecache/src/test/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheUnitTest.java
index b655d88b..e463eb2f 100644
--- 
a/commons-jcs3-sandbox/commons-jcs3-filecache/src/test/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheUnitTest.java
+++ 
b/commons-jcs3-sandbox/commons-jcs3-filecache/src/test/java/org/apache/commons/jcs/auxiliary/disk/file/FileDiskCacheUnitTest.java
@@ -28,7 +28,7 @@ import org.apache.commons.jcs3.engine.CacheStatus;
 import org.apache.commons.jcs3.engine.behavior.ICacheElement;
 import org.apache.commons.jcs3.utils.timing.SleepUtil;
 
-/** Unit tests for the disk file cache. */
+/** Tests for the disk file cache. */
 public class FileDiskCacheUnitTest
     extends TestCase
 {

Reply via email to