Skip to content

Commit fdbb2cb

Browse files
author
Gary Gregory
committed
Add missing Javadoc.
1 parent 544f060 commit fdbb2cb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/org/apache/commons/io/input/AbstractCharacterFilterReader.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
*/
2929
public abstract class AbstractCharacterFilterReader extends FilterReader {
3030

31+
/**
32+
* Skips nothing.
33+
*
34+
* @since 2.9.0
35+
*/
3136
protected static final IntPredicate SKIP_NONE = ch -> false;
3237

3338
private final IntPredicate skip;

0 commit comments

Comments
 (0)