You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/28 15:51:22 UTC

[commons-io] 01/02: Remove trailing whitespace.

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 48d5a7482cee660122ae59d9c6faffc3d28f23c7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 28 10:40:41 2021 -0500

    Remove trailing whitespace.
---
 src/main/java/org/apache/commons/io/FileUtils.java                  | 4 ++--
 src/test/java/org/apache/commons/io/FileUtilsFileNewerTestCase.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/FileUtils.java b/src/main/java/org/apache/commons/io/FileUtils.java
index 4d96a23..33071b5 100644
--- a/src/main/java/org/apache/commons/io/FileUtils.java
+++ b/src/main/java/org/apache/commons/io/FileUtils.java
@@ -1962,7 +1962,7 @@ public class FileUtils {
      * <a href="https://bugs.openjdk.java.net/browse/JDK-8177809">JDK-8177809</a> where {@link File#lastModified()} is
      * losing milliseconds (always ends in 000). This bug exists in OpenJDK 8 and 9, and is fixed in 10.
      * </p>
-     * 
+     *
      * @param file The File to query.
      * @return See {@link java.nio.file.attribute.FileTime#toMillis()}.
      * @throws IOException if an I/O error occurs.
@@ -1983,7 +1983,7 @@ public class FileUtils {
      * <a href="https://bugs.openjdk.java.net/browse/JDK-8177809">JDK-8177809</a> where {@link File#lastModified()} is
      * losing milliseconds (always ends in 000). This bug exists in OpenJDK 8 and 9, and is fixed in 10.
      * </p>
-     * 
+     *
      * @param file The File to query.
      * @return See {@link java.nio.file.attribute.FileTime#toMillis()}.
      * @throws IllegalArgumentException if an I/O error occurs.
diff --git a/src/test/java/org/apache/commons/io/FileUtilsFileNewerTestCase.java b/src/test/java/org/apache/commons/io/FileUtilsFileNewerTestCase.java
index 4d6163f..589e7ce 100644
--- a/src/test/java/org/apache/commons/io/FileUtilsFileNewerTestCase.java
+++ b/src/test/java/org/apache/commons/io/FileUtilsFileNewerTestCase.java
@@ -69,7 +69,7 @@ public class FileUtilsFileNewerTestCase {
 
     /**
      * Tests the {@code isFileNewer(File, *)} methods which a "normal" file.
-     * @throws IOException 
+     * @throws IOException
      *
      * @see FileUtils#isFileNewer(File, long)
      * @see FileUtils#isFileNewer(File, Date)