Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit 21cb8b4

Browse files
committed
Remove obsolete dots
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1743162 13f79535-47bb-0310-9956-ffa450edef68
1 parent d2a7ecd commit 21cb8b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,7 @@ public CSVFormat withFirstRecordAsHeader() {
11101110
* CSVFormat format = aformat.withHeader(Header.class);
11111111
* </pre>
11121112
* <p>
1113-
* The header is also used by the {@link CSVPrinter}..
1113+
* The header is also used by the {@link CSVPrinter}.
11141114
* </p>
11151115
*
11161116
* @param headerEnum
@@ -1148,7 +1148,7 @@ public CSVFormat withHeader(final Class<? extends Enum<?>> headerEnum) {
11481148
* CSVFormat format = aformat.withHeader(resultSet);
11491149
* </pre>
11501150
* <p>
1151-
* The header is also used by the {@link CSVPrinter}..
1151+
* The header is also used by the {@link CSVPrinter}.
11521152
* </p>
11531153
*
11541154
* @param resultSet
@@ -1178,7 +1178,7 @@ public CSVFormat withHeader(final ResultSet resultSet) throws SQLException {
11781178
* CSVFormat format = aformat.withHeader(metaData);
11791179
* </pre>
11801180
* <p>
1181-
* The header is also used by the {@link CSVPrinter}..
1181+
* The header is also used by the {@link CSVPrinter}.
11821182
* </p>
11831183
*
11841184
* @param metaData
@@ -1216,7 +1216,7 @@ public CSVFormat withHeader(final ResultSetMetaData metaData) throws SQLExceptio
12161216
* CSVFormat format = aformat.withHeader(&quot;name&quot;, &quot;email&quot;, &quot;phone&quot;);
12171217
* </pre>
12181218
* <p>
1219-
* The header is also used by the {@link CSVPrinter}..
1219+
* The header is also used by the {@link CSVPrinter}.
12201220
* </p>
12211221
*
12221222
* @param header

0 commit comments

Comments
 (0)