Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory authored Dec 21, 2023
1 parent 32292db commit 24d791a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public BrokenOutputStream(final Supplier<Throwable> exceptionSupplier) {
/**
* Throws the configured exception.
*
* @throws IOException always throws the exception configured in the constructor.
* @throws IOException always throws the exception configured in a constructor.
*/
@Override
public void close() throws IOException {
Expand All @@ -95,7 +95,7 @@ public void close() throws IOException {
/**
* Throws the configured exception.
*
* @throws IOException always throws the exception configured in the constructor.
* @throws IOException always throws the exception configured in a constructor.
*/
@Override
public void flush() throws IOException {
Expand All @@ -115,7 +115,7 @@ private RuntimeException rethrow() {
* Throws the configured exception.
*
* @param b ignored.
* @throws IOException always throws the exception configured in the constructor.
* @throws IOException always throws the exception configured in a constructor.
*/
@Override
public void write(final int b) throws IOException {
Expand Down

0 comments on commit 24d791a

Please sign in to comment.