Skip to content

Commit 5d7690d

Browse files
committed
Remove redundant comments
1 parent 9a5f617 commit 5d7690d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,11 @@
2626
final class IOUtils {
2727

2828
/**
29-
* <p>
30-
* Copied from Apache Commons IO.
31-
* </p>
3229
* The default buffer size ({@value}).
3330
*/
3431
static final int DEFAULT_BUFFER_SIZE = 1024 * 4;
3532

3633
/**
37-
* <p>
38-
* Copied from Apache Commons IO.
39-
* </p>
4034
* Represents the end-of-file (or stream).
4135
* @since 2.5 (made public)
4236
*/

0 commit comments

Comments
 (0)