gbidsilva commented on PR #344:
URL: https://github.com/apache/commons-csv/pull/344#issuecomment-1692740939

   @garydgregory 
   Thank you for your quick response on this.
   I think I can unerstand what you are trying to explain here.
   
   Currently in the `CSVFormat.getHeaderComments()` has the following method 
comment.
   
   ```
   Gets a copy of the header comment array.
   Returns: a copy of the header comment array; null if disabled.
   ```
   
   And if we see the set method, currently it is having the following comment 
set.
   `Sets the header comments set to the given values. The comments will be 
printed first, before the headers. This setting is ignored by the parser.`
   
   This seems more in sync. :) 
   
   **However**, the reason for this suggestion is mentioned in Apache Jira: 
https://issues.apache.org/jira/browse/CSV-308 
   Could you please have a look at: CSV-308 


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