Skip to content

Commit a931b22

Browse files
author
Gary Gregory
committed
Javadoc nits.
1 parent 533944f commit a931b22

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323

2424
/**
2525
* A reader that imposes a limit to the number of characters that can be read from
26-
* an underlying reader, returning eof when this limit is reached -regardless of state of
26+
* an underlying reader, returning EOF when this limit is reached, regardless of state of
2727
* underlying reader.
2828
*
2929
* <p>
3030
* One use case is to avoid overrunning the readAheadLimit supplied to
31-
* java.io.Reader#mark(int), since reading too many characters removes the
31+
* {@link java.io.Reader#mark(int)}, since reading too many characters removes the
3232
* ability to do a successful reset.
3333
* </p>
3434
*

0 commit comments

Comments
 (0)