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:
Benedikt Ritter 2016-05-10 12:05:01 +00:00
parent d2a7ecd41f
commit 21cb8b4750
1 changed files with 4 additions and 4 deletions

View File

@ -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(&quot;name&quot;, &quot;email&quot;, &quot;phone&quot;);
* </pre>
* <p>
* The header is also used by the {@link CSVPrinter}..
* The header is also used by the {@link CSVPrinter}.
* </p>
*
* @param header