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/09/26 16:44:49 UTC

[commons-io] branch master updated: 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


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

commit d9c1ddea713a7eb6c990c8996c850c8758894759
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 26 12:44:47 2021 -0400

    Remove trailing whitespace.
---
 src/main/java/org/apache/commons/io/input/ReaderInputStream.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/input/ReaderInputStream.java b/src/main/java/org/apache/commons/io/input/ReaderInputStream.java
index 4a52715..9b4c1fd 100644
--- a/src/main/java/org/apache/commons/io/input/ReaderInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/ReaderInputStream.java
@@ -46,7 +46,7 @@ import java.util.Objects;
  * following example, reading from {@code in2} would return the same byte sequence as reading from {@code in} (provided
  * that the initial byte sequence is legal with respect to the charset encoding):
  * </p>
- * 
+ *
  * <pre>
  * InputStream inputStream = ...
  * Charset cs = ...
@@ -205,7 +205,7 @@ public class ReaderInputStream extends InputStream {
 
     /**
      * Close the stream. This method will cause the underlying {@link Reader} to be closed.
-     * 
+     *
      * @throws IOException if an I/O error occurs.
      */
     @Override