Skip to content

Commit bb24f0e

Browse files
committed
Javadoc
1 parent ed956cb commit bb24f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public NullReader(final long size, final boolean markSupported, final boolean th
120120
}
121121

122122
/**
123-
* Closes this Reader - resets the internal state to
123+
* Closes this Reader. Resets the internal state to
124124
* the initial values.
125125
*
126126
* @throws IOException If an error occurs.
@@ -149,7 +149,7 @@ private int doEndOfFile() throws EOFException {
149149
}
150150

151151
/**
152-
* Returns the current position.
152+
* Gets the current position.
153153
*
154154
* @return the current position.
155155
*/
@@ -158,7 +158,7 @@ public long getPosition() {
158158
}
159159

160160
/**
161-
* Returns the size this {@link Reader} emulates.
161+
* Gets the size this {@link Reader} emulates.
162162
*
163163
* @return The size of the reader to emulate.
164164
*/
@@ -183,7 +183,7 @@ public synchronized void mark(final int readLimit) {
183183
}
184184

185185
/**
186-
* Indicates whether <em>mark</em> is supported.
186+
* Tests whether <em>mark</em> is supported.
187187
*
188188
* @return Whether <em>mark</em> is supported or not.
189189
*/

0 commit comments

Comments
 (0)