From c797b6109ec108d357cf254191aa232dd0c03710 Mon Sep 17 00:00:00 2001 From: sebbASF Date: Sun, 29 Aug 2021 18:10:29 +0100 Subject: [PATCH] Typo --- src/main/java/org/apache/commons/csv/CSVFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java b/src/main/java/org/apache/commons/csv/CSVFormat.java index 2b732d6b..aeeacd25 100644 --- a/src/main/java/org/apache/commons/csv/CSVFormat.java +++ b/src/main/java/org/apache/commons/csv/CSVFormat.java @@ -2353,7 +2353,7 @@ public final class CSVFormat implements Serializable { * Returns a new {@code CSVFormat} with the escape character of the format set to the specified character. * * @param escape the escape character - * @return A new CSVFormat that is equal to his but with the specified character as the escape character + * @return A new CSVFormat that is equal to this but with the specified character as the escape character * @throws IllegalArgumentException thrown if the specified character is a line break * @deprecated Use {@link Builder#setEscape(char)} */