Skip to content

Commit 22df0e2

Browse files
committed
Fix Javadoc links
1 parent 3d5f711 commit 22df0e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ private boolean isStrictQuoteMode() {
742742
* <p>
743743
* If it is necessary to construct an iterator which is usable after the
744744
* parser is closed, one option is to extract all records as a list with
745-
* {@link getRecords()}, and return an iterator to that list.
745+
* {@link #getRecords()}, and return an iterator to that list.
746746
* </p>
747747
*/
748748
@Override
@@ -808,7 +808,7 @@ CSVRecord nextRecord() throws IOException {
808808
* Returns a sequential {@code Stream} with this collection as its source.
809809
* <p>
810810
* If the parser is closed, the stream will not produce any more values.
811-
* See the comments in {@link iterator()}.
811+
* See the comments in {@link #iterator()}.
812812
* </p>
813813
* @return a sequential {@code Stream} with this collection as its source.
814814
* @since 1.9.0

0 commit comments

Comments
 (0)