Skip to content

Commit b3f320f

Browse files
committed
Javadoc: don't list methods that this constant.
1 parent a265435 commit b3f320f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/main/java/org/apache/commons/io/IOUtils.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,7 @@ public class IOUtils {
141141
}
142142

143143
/**
144-
* The default buffer size ({@value}) to use for
145-
* {@link #copyLarge(InputStream, OutputStream)}
146-
* and
147-
* {@link #copyLarge(Reader, Writer)}
144+
* The default buffer size ({@value}) to use in copy methods.
148145
*/
149146
private static final int DEFAULT_BUFFER_SIZE = 1024 * 4;
150147

0 commit comments

Comments
 (0)