File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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("name", "email", "phone");
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
You can’t perform that action at this time.
0 commit comments