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 d6c336ffe Fix trailing whitespace
d6c336ffe is described below
commit d6c336ffe76a430b59ce8a1093b7983471b0f7d3
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 23 11:06:57 2025 -0500
Fix trailing whitespace
---
src/main/java/org/apache/commons/io/output/ProxyOutputStream.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/io/output/ProxyOutputStream.java
b/src/main/java/org/apache/commons/io/output/ProxyOutputStream.java
index 51059f39c..0cd90a89c 100644
--- a/src/main/java/org/apache/commons/io/output/ProxyOutputStream.java
+++ b/src/main/java/org/apache/commons/io/output/ProxyOutputStream.java
@@ -39,7 +39,7 @@ public class ProxyOutputStream extends FilterOutputStream {
* Builds instances of {@link ProxyOutputStream}.
* <p>
* This class does not provide a convenience static {@code builder()}
method so that subclasses can.
- * </p>
+ * </p>
*
* @since 2.19.0
*/