Skip to content

Commit 677e57f

Browse files
committed
Javadoc
1 parent bbbc111 commit 677e57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/text/io/StringSubstitutorReader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ private boolean isDraining() {
145145
* Reads a single character.
146146
*
147147
* @return a character as an {@code int} or {@code -1} for end-of-stream.
148-
* @throws IOException If an I/O error occurs
148+
* @throws IOException If an I/O error occurs.
149149
*/
150150
@Override
151151
public int read() throws IOException {
@@ -168,7 +168,7 @@ public int read() throws IOException {
168168
* @param targetIndexIn Index in the target at which to start storing characters.
169169
* @param targetLengthIn Maximum number of characters to read.
170170
* @return The number of characters read, or -1 on end of stream.
171-
* @throws IOException If an I/O error occurs
171+
* @throws IOException If an I/O error occurs.
172172
*/
173173
@Override
174174
public int read(final char[] target, final int targetIndexIn, final int targetLengthIn) throws IOException {

0 commit comments

Comments
 (0)