From 39e8ee6f9fcc1d294aa3fb2ba11fdc4c2d272521 Mon Sep 17 00:00:00 2001 From: Benedikt Ritter Date: Mon, 20 Aug 2018 08:40:30 +0200 Subject: [PATCH] Fix checkstyle errors --- .../java/org/apache/commons/csv/CSVFormat.java | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index a74e47b9..10cc1991 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -386,8 +386,9 @@ public final class CSVFormat implements Serializable { * Default Oracle format used by the SQL*Loader utility. * *

- * This is a comma-delimited format with the system line separator character as the record separator. Values are double quoted when needed and special - * characters are escaped with {@code '"'}. The default NULL string is {@code ""}. Values are trimmed. + * This is a comma-delimited format with the system line separator character as the record separator.Values are + * double quoted when needed and special characters are escaped with {@code '"'}. The default NULL string is + * {@code ""}. Values are trimmed. *

* *

@@ -405,7 +406,7 @@ public final class CSVFormat implements Serializable { * * * @see Predefined#Oracle - * @see https://docs.oracle.com/database/121/SUTIL/GUID-D1762699-8154-40F6-90DE-EFB8EB6A9AB0.htm#SUTIL4217 + * @see Oracle CSV Format Specification * @since 1.6 */ // @formatter:off @@ -442,8 +443,8 @@ public final class CSVFormat implements Serializable { * * * @see Predefined#MySQL - * @see https://www.postgresql.org/docs/current/static/sql-copy.html - * -data.html + * @see PostgreSQL COPY command + * documentation * @since 1.5 */ // @formatter:off @@ -479,7 +480,8 @@ public final class CSVFormat implements Serializable { * * * @see Predefined#MySQL - * @see https://www.postgresql.org/docs/current/static/sql-copy.html + * @see PostgreSQL COPY command + * documentation * @since 1.5 */ // @formatter:off