Skip to content

Commit e6fe8dc

Browse files
committed
Javadoc: Fix double the
1 parent 09e6e36 commit e6fe8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ public static long copy(final Reader reader, final Appendable output, final Char
15561556
}
15571557

15581558
/**
1559-
* Copies chars from a {@link Reader} to bytes on an {@link OutputStream} using the the virtual machine's {@linkplain Charset#defaultCharset() default
1559+
* Copies chars from a {@link Reader} to bytes on an {@link OutputStream} using the virtual machine's {@linkplain Charset#defaultCharset() default
15601560
* charset}, and calling flush.
15611561
* <p>
15621562
* This method buffers the input internally, so there is no need to use a {@link BufferedReader}.

0 commit comments

Comments
 (0)