Skip to content

Commit

Permalink
Oops, wrong class
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Dec 21, 2023
1 parent ff73614 commit 909729d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public boolean ready() throws IOException {
* @throws IOException always throws the exception configured in the constructor.
*/
@Override
public synchronized void reset() throws IOException {
public void reset() throws IOException {
throw rethrow();
}

Expand Down

0 comments on commit 909729d

Please sign in to comment.