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 2019/10/12 00:43:43 UTC

[commons-io] branch master updated: Clean ups.

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 48d9df7  Clean ups.
48d9df7 is described below

commit 48d9df7b9aeac53511a698537dd7d17fb73f4730
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Oct 11 20:43:38 2019 -0400

    Clean ups.
---
 src/main/java/org/apache/commons/io/output/NullOutputStream.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/output/NullOutputStream.java b/src/main/java/org/apache/commons/io/output/NullOutputStream.java
index 89f36f7..857c727 100644
--- a/src/main/java/org/apache/commons/io/output/NullOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/NullOutputStream.java
@@ -29,10 +29,10 @@ import java.io.OutputStream;
 public class NullOutputStream extends OutputStream {
 
     /**
-     * Deprecated in favor of {@link #NULL_OUTPUT_STREAM}. 
-     * 
+     * Deprecated in favor of {@link #NULL_OUTPUT_STREAM}.
+     *
      * TODO: Will be private in 3.0.
-     * 
+     *
      * @deprecated Use {@link #NULL_OUTPUT_STREAM}.
      */
     @Deprecated