Skip to content

Commit d9c1dde

Browse files
author
Gary Gregory
committed
Remove trailing whitespace.
1 parent c7817ac commit d9c1dde

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/input/ReaderInputStream.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* following example, reading from {@code in2} would return the same byte sequence as reading from {@code in} (provided
4747
* that the initial byte sequence is legal with respect to the charset encoding):
4848
* </p>
49-
*
49+
*
5050
* <pre>
5151
* InputStream inputStream = ...
5252
* Charset cs = ...
@@ -205,7 +205,7 @@ public ReaderInputStream(final Reader reader, final String charsetName, final in
205205

206206
/**
207207
* Close the stream. This method will cause the underlying {@link Reader} to be closed.
208-
*
208+
*
209209
* @throws IOException if an I/O error occurs.
210210
*/
211211
@Override

0 commit comments

Comments
 (0)