Skip to content

Commit e5ca262

Browse files
committed
Javadoc
1 parent 3cb18ec commit e5ca262

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/main/java/org/apache/commons/net/examples/util

src/main/java/org/apache/commons/net/examples/util/IOUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
* 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
3131
* threads terminate when the remote input source closes.
3232
*/
33-
3433
public final class IOUtil {
3534

3635
public static void readWrite(final InputStream remoteInput, final OutputStream remoteOutput, final InputStream localInput, final OutputStream localOutput) {

0 commit comments

Comments
 (0)