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:
Benedikt Ritter 2013-09-13 08:56:47 +00:00
parent 196260e8fa
commit ad956f348a
1 changed files with 2 additions and 2 deletions

View File

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