Remove obsolete dots
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743162 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2a7ecd41f
commit
21cb8b4750
|
@ -1110,7 +1110,7 @@ public final class CSVFormat implements Serializable {
|
|||
* CSVFormat format = aformat.withHeader(Header.class);
|
||||
* </pre>
|
||||
* <p>
|
||||
* The header is also used by the {@link CSVPrinter}..
|
||||
* The header is also used by the {@link CSVPrinter}.
|
||||
* </p>
|
||||
*
|
||||
* @param headerEnum
|
||||
|
@ -1148,7 +1148,7 @@ public final class CSVFormat implements Serializable {
|
|||
* CSVFormat format = aformat.withHeader(resultSet);
|
||||
* </pre>
|
||||
* <p>
|
||||
* The header is also used by the {@link CSVPrinter}..
|
||||
* The header is also used by the {@link CSVPrinter}.
|
||||
* </p>
|
||||
*
|
||||
* @param resultSet
|
||||
|
@ -1178,7 +1178,7 @@ public final class CSVFormat implements Serializable {
|
|||
* CSVFormat format = aformat.withHeader(metaData);
|
||||
* </pre>
|
||||
* <p>
|
||||
* The header is also used by the {@link CSVPrinter}..
|
||||
* The header is also used by the {@link CSVPrinter}.
|
||||
* </p>
|
||||
*
|
||||
* @param metaData
|
||||
|
@ -1216,7 +1216,7 @@ public final class CSVFormat implements Serializable {
|
|||
* CSVFormat format = aformat.withHeader("name", "email", "phone");
|
||||
* </pre>
|
||||
* <p>
|
||||
* The header is also used by the {@link CSVPrinter}..
|
||||
* The header is also used by the {@link CSVPrinter}.
|
||||
* </p>
|
||||
*
|
||||
* @param header
|
||||
|
|
Loading…
Reference in New Issue