File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments