diff --git a/jOOQ/src/main/java/org/jooq/CSVFormat.java b/jOOQ/src/main/java/org/jooq/CSVFormat.java index 7708cdb1bd..7a65cf4bd1 100644 --- a/jOOQ/src/main/java/org/jooq/CSVFormat.java +++ b/jOOQ/src/main/java/org/jooq/CSVFormat.java @@ -193,7 +193,7 @@ public final class CSVFormat { } /** - * The string to be used for null values, defaulting to the + * The string to be used for "" values, defaulting to the * empty string. *

* @@ -205,10 +205,6 @@ public final class CSVFormat { * * * - * - * - * - * *
Using "\"\""a,"",c
Using "{null}"a,{null},c
*/ public CSVFormat emptyString(String newEmptyString) { @@ -222,7 +218,7 @@ public final class CSVFormat { } /** - * The string to be used for null values, defaulting to the + * The string to be used for "" values, defaulting to the * empty string. *

* @@ -234,10 +230,6 @@ public final class CSVFormat { * * * - * - * - * - * *
Using "\"\""a,"",c
Using "{null}"a,{null},c
*/ public String emptyString() {