Remove redundant comments

This commit is contained in:
Gary Gregory 2022-09-12 12:37:06 -07:00
parent 9a5f617ab9
commit 5d7690d1fe
1 changed files with 0 additions and 6 deletions

View File

@ -26,17 +26,11 @@ import java.nio.CharBuffer;
final class IOUtils {
/**
* <p>
* Copied from Apache Commons IO.
* </p>
* The default buffer size ({@value}).
*/
static final int DEFAULT_BUFFER_SIZE = 1024 * 4;
/**
* <p>
* Copied from Apache Commons IO.
* </p>
* Represents the end-of-file (or stream).
* @since 2.5 (made public)
*/