mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-10 12:05:54 +00:00
Javadocs and comments
Normalize spelling to "behavior"
This commit is contained in:
parent
a2a35b4905
commit
4f1d0d2c66
@ -232,7 +232,7 @@ public class CSVDuplicateHeaderTest {
|
|||||||
* names flag is true and ignore header case is false: these flags are exclusively for parsing.
|
* names flag is true and ignore header case is false: these flags are exclusively for parsing.
|
||||||
* CSVFormat validation applies to both parsing and writing and thus validation
|
* CSVFormat validation applies to both parsing and writing and thus validation
|
||||||
* is less strict and behaves as if the allow missing column names constraint and
|
* is less strict and behaves as if the allow missing column names constraint and
|
||||||
* the ignore header case behaviour are absent.
|
* the ignore header case behavior are absent.
|
||||||
* The filtered data is then returned with the parser flags set to both true and false
|
* The filtered data is then returned with the parser flags set to both true and false
|
||||||
* for each test case.
|
* for each test case.
|
||||||
* </p>
|
* </p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user