Skip to content

Commit 7fde444

Browse files
committed
Javadoc
1 parent dededef commit 7fde444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public synchronized void reset() throws IOException {
299299
/**
300300
* Package-private for testing.
301301
*
302-
* @param in The input stream to set.
302+
* @param in The input stream to set in {@link java.io.FilterInputStream#in}.
303303
*/
304304
void setIn(final InputStream in) {
305305
this.in = in;

0 commit comments

Comments
 (0)