Skip to content

Commit ac62df0

Browse files
committed
Normalize inline comments
1 parent 4367709 commit ac62df0

4 files changed

Lines changed: 1 addition & 12 deletions

File tree

src/test/java/org/apache/commons/io/DirectoryWalkerTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,6 @@ public void testFilter() {
362362
checkContainsFiles("Output File", outputFiles, results);
363363
}
364364

365-
// ------------ Convenience Test Methods ------------------------------------
366-
367365
/**
368366
* Test Filtering and limit to depth 0
369367
*/
@@ -458,8 +456,6 @@ public void testFilterDirAndFile4() {
458456
checkContainsFiles("[DirAndFile4] File", ioFiles, resultFiles);
459457
}
460458

461-
// ------------ Test DirectoryWalker implementation --------------------------
462-
463459
/**
464460
* Test Filtering
465461
*/
@@ -471,8 +467,6 @@ public void testFilterString() {
471467
checkContainsString("Output File", outputFiles, results);
472468
}
473469

474-
// ------------ Test DirectoryWalker implementation --------------------------
475-
476470
/**
477471
* test an invalid start directory
478472
*/
@@ -484,8 +478,6 @@ public void testHandleStartDirectoryFalse() {
484478

485479
}
486480

487-
// ------------ Test DirectoryWalker implementation --------------------------
488-
489481
/**
490482
* Test Limiting to current directory
491483
*/

src/test/java/org/apache/commons/io/DirectoryWalkerTestCaseJava4.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ public void testFilterAndLimitB() {
373373
assertTrue(results.contains(orgDir), "[B] Org Dir");
374374
}
375375

376-
// ------------ Convenience Test Methods ------------------------------------
377-
378376
/**
379377
* Test Filtering and limit to depth 3
380378
*/

src/test/java/org/apache/commons/io/FileUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1955,7 +1955,7 @@ public void testIsFileNewerOlder(final long millis) throws Exception {
19551955
// Null reference Date
19561956
assertThrows(NullPointerException.class, () -> FileUtils.isFileNewer(oldFile, (Date) null));
19571957

1958-
// ----- Test isFileOlder() exceptions -----
1958+
// Test isFileOlder() exceptions
19591959
// Null File
19601960
assertThrows(NullPointerException.class, () -> FileUtils.isFileOlder(null, now));
19611961

src/test/java/org/apache/commons/io/filefilter/FileFilterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,6 @@ public void testMakeDirectoryOnly() throws Exception {
978978
fileB.delete();
979979
}
980980

981-
// -----------------------------------------------------------------------
982981
@Test
983982
public void testMakeFileOnly() throws Exception {
984983
assertSame(FileFileFilter.INSTANCE, FileFilterUtils.makeFileOnly(null));

0 commit comments

Comments
 (0)