mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-16 06:55:56 +00:00
Fix incorrect Javadoc method reference.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3eff704245
commit
29944bcec1
@ -22,14 +22,12 @@ import java.io.IOException;
|
||||
import java.io.Reader;
|
||||
|
||||
/**
|
||||
* ExtendedBufferedReader
|
||||
*
|
||||
* A special reader decorator which supports more
|
||||
* sophisticated access to the underlying reader object.
|
||||
*
|
||||
* <p>
|
||||
* In particular the reader supports a look-ahead option,
|
||||
* which allows you to see the next char returned by
|
||||
* next().
|
||||
* {@link #read()}.
|
||||
*/
|
||||
class ExtendedBufferedReader extends BufferedReader {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user