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 12aff370 Javadoc
12aff370 is described below
commit 12aff370caa2bb63cb948e53a46119466085b536
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jun 23 08:42:09 2022 -0400
Javadoc
---
src/main/java/org/apache/commons/io/output/ProxyWriter.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/io/output/ProxyWriter.java
b/src/main/java/org/apache/commons/io/output/ProxyWriter.java
index 8dd1549d..b67b22a8 100644
--- a/src/main/java/org/apache/commons/io/output/ProxyWriter.java
+++ b/src/main/java/org/apache/commons/io/output/ProxyWriter.java
@@ -162,7 +162,7 @@ public class ProxyWriter extends FilterWriter {
}
/**
- * Handle any IOExceptions thrown.
+ * Handles any IOExceptions thrown.
* <p>
* This method provides a point to implement custom exception
* handling. The default behavior is to re-throw the exception.