This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new bf17c07  Add BrokenWriter.INSTANCE.
bf17c07 is described below

commit bf17c076263b3cf56b88a148cd76ccd53998956a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 12 14:39:02 2021 -0400

    Add BrokenWriter.INSTANCE.
---
 src/main/java/org/apache/commons/io/output/BrokenWriter.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/io/output/BrokenWriter.java 
b/src/main/java/org/apache/commons/io/output/BrokenWriter.java
index 571a8d9..f7e07a4 100644
--- a/src/main/java/org/apache/commons/io/output/BrokenWriter.java
+++ b/src/main/java/org/apache/commons/io/output/BrokenWriter.java
@@ -19,8 +19,6 @@ package org.apache.commons.io.output;
 import java.io.IOException;
 import java.io.Writer;
 
-import org.apache.commons.io.input.ClosedReader;
-
 /**
  * Broken writer. This writer always throws an {@link IOException} from
  * all {@link Writer} methods.

Reply via email to