git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1511039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-08-06 17:12:26 +00:00
parent aede94a857
commit 53f83b4f18
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import java.io.IOException;
import java.io.Reader;
/**
* A special reader decorator which supports more sophisticated access to the underlying reader object.
* A special buffered reader which supports sophisticated read access.
* <p>
* In particular the reader supports a look-ahead option, which allows you to see the next char returned by
* {@link #read()}.