Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 9, 2024
1 parent dededef commit 7fde444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public synchronized void reset() throws IOException {
/**
* Package-private for testing.
*
* @param in The input stream to set.
* @param in The input stream to set in {@link java.io.FilterInputStream#in}.
*/
void setIn(final InputStream in) {
this.in = in;
Expand Down

0 comments on commit 7fde444

Please sign in to comment.