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-net.git

commit e5ca262cea38b2f889eb003818cf9f97a6395ad6
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 13 10:12:53 2026 -0400

    Javadoc
---
 src/main/java/org/apache/commons/net/examples/util/IOUtil.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/net/examples/util/IOUtil.java 
b/src/main/java/org/apache/commons/net/examples/util/IOUtil.java
index 55b01b1d..91c442f9 100644
--- a/src/main/java/org/apache/commons/net/examples/util/IOUtil.java
+++ b/src/main/java/org/apache/commons/net/examples/util/IOUtil.java
@@ -30,7 +30,6 @@ import org.apache.commons.net.util.NetConstants;
  * stdin) and writes the data to a remote output destination. The writer 
thread reads from a remote input source and writes to a local output 
destination. The
  * threads terminate when the remote input source closes.
  */
-
 public final class IOUtil {
 
     public static void readWrite(final InputStream remoteInput, final 
OutputStream remoteOutput, final InputStream localInput, final OutputStream 
localOutput) {

Reply via email to