Skip to content

Commit 29944bc

Browse files
committed
Fix incorrect Javadoc method reference.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1383558 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3eff704 commit 29944bc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@
2222
import java.io.Reader;
2323

2424
/**
25-
* ExtendedBufferedReader
26-
*
2725
* A special reader decorator which supports more
2826
* sophisticated access to the underlying reader object.
29-
*
27+
* <p>
3028
* In particular the reader supports a look-ahead option,
3129
* which allows you to see the next char returned by
32-
* next().
30+
* {@link #read()}.
3331
*/
3432
class ExtendedBufferedReader extends BufferedReader {
3533

0 commit comments

Comments
 (0)