Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 39e8ee6

Browse files
committed
Fix checkstyle errors
1 parent ea13687 commit 39e8ee6

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,9 @@ public CSVFormat getFormat() {
386386
* Default Oracle format used by the SQL*Loader utility.
387387
*
388388
* <p>
389-
* This is a comma-delimited format with the system line separator character as the record separator. Values are double quoted when needed and special
390-
* characters are escaped with {@code '"'}. The default NULL string is {@code ""}. Values are trimmed.
389+
* This is a comma-delimited format with the system line separator character as the record separator.Values are
390+
* double quoted when needed and special characters are escaped with {@code '"'}. The default NULL string is
391+
* {@code ""}. Values are trimmed.
391392
* </p>
392393
*
393394
* <p>
@@ -405,7 +406,7 @@ public CSVFormat getFormat() {
405406
* </ul>
406407
*
407408
* @see Predefined#Oracle
408-
* @see <a href="https://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217">https://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217</a>
409+
* @see <a href="https://s.apache.org/CGXG">Oracle CSV Format Specification</a>
409410
* @since 1.6
410411
*/
411412
// @formatter:off
@@ -442,8 +443,8 @@ public CSVFormat getFormat() {
442443
* </ul>
443444
*
444445
* @see Predefined#MySQL
445-
* @see <a href="https://www.postgresql.org/docs/current/static/sql-copy.html"> https://www.postgresql.org/docs/current/static/sql-copy.html
446-
* -data.html</a>
446+
* @see <a href="https://www.postgresql.org/docs/current/static/sql-copy.html">PostgreSQL COPY command
447+
* documentation</a>
447448
* @since 1.5
448449
*/
449450
// @formatter:off
@@ -479,7 +480,8 @@ public CSVFormat getFormat() {
479480
* </ul>
480481
*
481482
* @see Predefined#MySQL
482-
* @see <a href="https://www.postgresql.org/docs/current/static/sql-copy.html"> https://www.postgresql.org/docs/current/static/sql-copy.html</a>
483+
* @see <a href="https://www.postgresql.org/docs/current/static/sql-copy.html">PostgreSQL COPY command
484+
* documentation</a>
483485
* @since 1.5
484486
*/
485487
// @formatter:off

0 commit comments

Comments
 (0)