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:
Gary D. Gregory 2012-09-11 19:08:56 +00:00
parent 3eff704245
commit 29944bcec1

View File

@ -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 {