Skip to content

Commit 53f83b4

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1511039 13f79535-47bb-0310-9956-ffa450edef68
1 parent aede94a commit 53f83b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import java.io.Reader;
2828

2929
/**
30-
* A special reader decorator which supports more sophisticated access to the underlying reader object.
30+
* A special buffered reader which supports sophisticated read access.
3131
* <p>
3232
* In particular the reader supports a look-ahead option, which allows you to see the next char returned by
3333
* {@link #read()}.

0 commit comments

Comments
 (0)