pedro-w commented on code in PR #270:
URL: https://github.com/apache/commons-csv/pull/270#discussion_r988970928
##########
src/main/java/org/apache/commons/csv/CSVParser.java:
##########
@@ -799,7 +814,9 @@ CSVRecord nextRecord() throws IOException {
/**
* Returns a sequential {@code Stream} with this collection as its source.
- *
+ * <p>
+ * If the parser is closed, the stream will not produce any more values.
+ * See the comments in {@link iterator()}.
Review Comment:
Done.
I was basing it on
https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#format
which doesn't close the tags (I assume javadocs inherited the 'tag omission'
behavior from html).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]