Don't use yet another term for format
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
196260e8fa
commit
ad956f348a
|
@ -36,9 +36,9 @@ import java.util.Map;
|
|||
import java.util.NoSuchElementException;
|
||||
|
||||
/**
|
||||
* Parses CSV files according to the specified configuration.
|
||||
* Parses CSV files according to the specified format.
|
||||
*
|
||||
* Because CSV appears in many different dialects, the parser supports many configuration settings by allowing the
|
||||
* Because CSV appears in many different dialects, the parser supports many formats by allowing the
|
||||
* specification of a {@link CSVFormat}.
|
||||
*
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue