Skip to content

Commit da1ec55

Browse files
author
Gary Gregory
committed
Fix Javadoc
1 parent 5fcd310 commit da1ec55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
import org.apache.commons.io.output.AppendableWriter;
6161
import org.apache.commons.io.output.ByteArrayOutputStream;
6262
import org.apache.commons.io.output.NullOutputStream;
63+
import org.apache.commons.io.output.NullWriter;
6364
import org.apache.commons.io.output.StringBuilderWriter;
6465
import org.apache.commons.io.output.ThresholdingOutputStream;
6566
import org.apache.commons.io.output.UnsynchronizedByteArrayOutputStream;
@@ -827,7 +828,6 @@ public static void closeQuietly(final Writer writer) {
827828
* @param input the {@link InputStream} to read.
828829
* @return the number of bytes copied. or {@code 0} if {@code input is null}.
829830
* @throws NullPointerException if the InputStream is {@code null}.
830-
* @throws NullPointerException if the OutputStream is {@code null}.
831831
* @throws IOException if an I/O error occurs.
832832
* @since 2.8.0
833833
*/

0 commit comments

Comments
 (0)