Skip to content

Commit ebff63e

Browse files
author
Stephen Colebourne
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@239226 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8ef9d20 commit ebff63e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/io/CopyUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
public class CopyUtils {
115115

116116
/**
117-
* The name says it all.
117+
* The default size of the buffer.
118118
*/
119119
private static final int DEFAULT_BUFFER_SIZE = 1024 * 4;
120120

@@ -329,4 +329,4 @@ public static void copy(String input, Writer output)
329329
output.write(input);
330330
}
331331

332-
} // CopyUtils
332+
}

0 commit comments

Comments
 (0)