Repository: commons-csv
Updated Branches:
  refs/heads/master ea13687e6 -> 39e8ee6f9


Fix checkstyle errors


Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/39e8ee6f
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/39e8ee6f
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/39e8ee6f

Branch: refs/heads/master
Commit: 39e8ee6f9fcc1d294aa3fb2ba11fdc4c2d272521
Parents: ea13687
Author: Benedikt Ritter <brit...@apache.org>
Authored: Mon Aug 20 08:40:30 2018 +0200
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Mon Aug 20 08:40:30 2018 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/csv/CSVFormat.java | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/39e8ee6f/src/main/java/org/apache/commons/csv/CSVFormat.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java 
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index a74e47b..10cc199 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.
      *
      * <p>
-     * 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.
      * </p>
      *
      * <p>
@@ -405,7 +406,7 @@ public final class CSVFormat implements Serializable {
      * </ul>
      *
      * @see Predefined#Oracle
-     * @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>
+     * @see <a href="https://s.apache.org/CGXG";>Oracle CSV Format 
Specification</a>
      * @since 1.6
      */
     // @formatter:off
@@ -442,8 +443,8 @@ public final class CSVFormat implements Serializable {
      * </ul>
      *
      * @see Predefined#MySQL
-     * @see <a 
href="https://www.postgresql.org/docs/current/static/sql-copy.html";> 
https://www.postgresql.org/docs/current/static/sql-copy.html
-     *      -data.html</a>
+     * @see <a 
href="https://www.postgresql.org/docs/current/static/sql-copy.html";>PostgreSQL 
COPY command
+     *          documentation</a>
      * @since 1.5
      */
     // @formatter:off
@@ -479,7 +480,8 @@ public final class CSVFormat implements Serializable {
      * </ul>
      *
      * @see Predefined#MySQL
-     * @see <a 
href="https://www.postgresql.org/docs/current/static/sql-copy.html";> 
https://www.postgresql.org/docs/current/static/sql-copy.html</a>
+     * @see <a 
href="https://www.postgresql.org/docs/current/static/sql-copy.html";>PostgreSQL 
COPY command
+     *          documentation</a>
      * @since 1.5
      */
     // @formatter:off

Reply via email to