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-io.git
commit d73c07fadc86ccdcaee767130adf0229a077f4d7 Author: Gary Gregory <[email protected]> AuthorDate: Mon Jul 21 10:50:46 2025 -0400 Add @Override --- .../org/apache/commons/io/comparator/CompositeFileComparatorTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/java/org/apache/commons/io/comparator/CompositeFileComparatorTest.java b/src/test/java/org/apache/commons/io/comparator/CompositeFileComparatorTest.java index 7fb102907..5cc700d72 100644 --- a/src/test/java/org/apache/commons/io/comparator/CompositeFileComparatorTest.java +++ b/src/test/java/org/apache/commons/io/comparator/CompositeFileComparatorTest.java @@ -116,6 +116,7 @@ void testConstructorIterable_order() { assertTrue(c.compare(moreFile, lessFile) > 0, "more"); } + @Override @Test void testToString() { final List<Comparator<File>> list = new ArrayList<>();
