This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new c797b61  Typo
c797b61 is described below

commit c797b6109ec108d357cf254191aa232dd0c03710
Author: sebbASF <sebb...@users.noreply.github.com>
AuthorDate: Sun Aug 29 18:10:29 2021 +0100

    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 2b732d6..aeeacd2 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)}
      */

Reply via email to