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


The following commit(s) were added to refs/heads/master by this push:
     new 65868e5  Remove trailing whitepsace.
65868e5 is described below

commit 65868e5d7674e7a0a5769c8aed1d26a6e98a7ed1
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 15 11:15:21 2021 -0500

    Remove trailing whitepsace.
---
 src/main/java/org/apache/commons/io/IOUtils.java                   | 2 +-
 src/main/java/org/apache/commons/io/file/CopyDirectoryVisitor.java | 4 ++--
 src/main/java/org/apache/commons/io/input/TimestampedObserver.java | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/IOUtils.java 
b/src/main/java/org/apache/commons/io/IOUtils.java
index 1d3aa0e..1251fc6 100644
--- a/src/main/java/org/apache/commons/io/IOUtils.java
+++ b/src/main/java/org/apache/commons/io/IOUtils.java
@@ -133,7 +133,7 @@ public class IOUtils {
      */
     public static final char DIR_SEPARATOR_WINDOWS = '\\';
 
-    /** 
+    /**
      * A singleton empty byte array.
      *
      *  @since 2.9.0
diff --git a/src/main/java/org/apache/commons/io/file/CopyDirectoryVisitor.java 
b/src/main/java/org/apache/commons/io/file/CopyDirectoryVisitor.java
index 920f51b..ad1ce24 100644
--- a/src/main/java/org/apache/commons/io/file/CopyDirectoryVisitor.java
+++ b/src/main/java/org/apache/commons/io/file/CopyDirectoryVisitor.java
@@ -154,10 +154,10 @@ public class CopyDirectoryVisitor extends 
CountingPathVisitor {
 
     /**
      * Relativizes against {@code sourceDirectory}, then resolves against 
{@code targetDirectory}.
-     * 
+     *
      * We have to call {@link Path#toString()} relative value because we 
cannot use paths belonging to different
      * FileSystems in the Path methods, usually this leads to {@link 
ProviderMismatchException}.
-     * 
+     *
      * @param directory the directory to relativize.
      * @return a new path, relativized against sourceDirectory, then resolved 
against targetDirectory.
      */
diff --git a/src/main/java/org/apache/commons/io/input/TimestampedObserver.java 
b/src/main/java/org/apache/commons/io/input/TimestampedObserver.java
index 25ad3b2..c9af849 100644
--- a/src/main/java/org/apache/commons/io/input/TimestampedObserver.java
+++ b/src/main/java/org/apache/commons/io/input/TimestampedObserver.java
@@ -28,7 +28,7 @@ import 
org.apache.commons.io.input.ObservableInputStream.Observer;
  * <p>
  * For example:
  * </p>
- * 
+ *
  * <pre>
  * final TimestampedObserver timetampedObserver = new TimestampedObserver();
  * try (final ObservableInputStream inputStream = new 
ObservableInputStream(...),
@@ -61,7 +61,7 @@ public class TimestampedObserver extends Observer {
 
     /**
      * Gets the Duration between creation and close.
-     * 
+     *
      * @return the Duration between creation and close.
      */
     public Duration getOpenToCloseDuration() {
@@ -70,7 +70,7 @@ public class TimestampedObserver extends Observer {
 
     /**
      * Gets the Duration between creation and now.
-     * 
+     *
      * @return the Duration between creation and now.
      */
     public Duration getOpenToNowDuration() {

Reply via email to