We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cd322 commit c797b61Copy full SHA for c797b61
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -2353,7 +2353,7 @@ public CSVFormat withDelimiter(final char delimiter) {
2353
* Returns a new {@code CSVFormat} with the escape character of the format set to the specified character.
2354
*
2355
* @param escape the escape character
2356
- * @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
2357
* @throws IllegalArgumentException thrown if the specified character is a line break
2358
* @deprecated Use {@link Builder#setEscape(char)}
2359
*/
0 commit comments