This commit is contained in:
sebbASF 2021-08-29 18:10:29 +01:00 committed by GitHub
parent 19cd322dba
commit c797b6109e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)}
*/