Skip to content

Commit

Permalink
Normalize test Javadoc
Browse files Browse the repository at this point in the history
The class name tells you it's a unit test as opposed to an IT test
  • Loading branch information
garydgregory committed Nov 5, 2024
1 parent 038d403 commit d395dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
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
{
Expand Down

0 comments on commit d395dad

Please sign in to comment.