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 db436445 Javadoc
db436445 is described below
commit db4364457a21dd20d44f97faed864b32eb5344ad
Author: Gary Gregory <[email protected]>
AuthorDate: Tue May 2 17:44:49 2023 -0400
Javadoc
---
src/main/java/org/apache/commons/io/output/NullOutputStream.java | 4 ++--
1 file changed, 2 insertions(+), 2 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 0fd2a53d..de630bf4 100644
--- a/src/main/java/org/apache/commons/io/output/NullOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/NullOutputStream.java
@@ -43,11 +43,11 @@ public class NullOutputStream extends OutputStream {
public static final NullOutputStream NULL_OUTPUT_STREAM = INSTANCE;
/**
- * Deprecated in favor of {@link #NULL_OUTPUT_STREAM}.
+ * Deprecated in favor of {@link #INSTANCE}.
*
* TODO: Will be private in 3.0.
*
- * @deprecated Use {@link #NULL_OUTPUT_STREAM}.
+ * @deprecated Use {@link #INSTANCE}.
*/
@Deprecated
public NullOutputStream() {