garydgregory commented on code in PR #270:
URL: https://github.com/apache/commons-csv/pull/270#discussion_r989341311


##########
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).
   
   In general, you can look at the rest of the file to get an idea of what 
style to follow.



-- 
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]

Reply via email to