Skip to content

Commit 48d5a74

Browse files
author
Gary Gregory
committed
Remove trailing whitespace.
1 parent ebae41e commit 48d5a74

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@ public static Iterator<File> iterateFilesAndDirs(final File directory, final IOF
19621962
* <a href="https://bugs.openjdk.java.net/browse/JDK-8177809">JDK-8177809</a> where {@link File#lastModified()} is
19631963
* losing milliseconds (always ends in 000). This bug exists in OpenJDK 8 and 9, and is fixed in 10.
19641964
* </p>
1965-
*
1965+
*
19661966
* @param file The File to query.
19671967
* @return See {@link java.nio.file.attribute.FileTime#toMillis()}.
19681968
* @throws IOException if an I/O error occurs.
@@ -1983,7 +1983,7 @@ public static long lastModified(final File file) throws IOException {
19831983
* <a href="https://bugs.openjdk.java.net/browse/JDK-8177809">JDK-8177809</a> where {@link File#lastModified()} is
19841984
* losing milliseconds (always ends in 000). This bug exists in OpenJDK 8 and 9, and is fixed in 10.
19851985
* </p>
1986-
*
1986+
*
19871987
* @param file The File to query.
19881988
* @return See {@link java.nio.file.attribute.FileTime#toMillis()}.
19891989
* @throws IllegalArgumentException if an I/O error occurs.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void setUp() throws Exception {
6969

7070
/**
7171
* Tests the {@code isFileNewer(File, *)} methods which a "normal" file.
72-
* @throws IOException
72+
* @throws IOException
7373
*
7474
* @see FileUtils#isFileNewer(File, long)
7575
* @see FileUtils#isFileNewer(File, Date)

0 commit comments

Comments
 (0)