Typo
This commit is contained in:
parent
19cd322dba
commit
c797b6109e
|
@ -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.
|
* Returns a new {@code CSVFormat} with the escape character of the format set to the specified character.
|
||||||
*
|
*
|
||||||
* @param escape the escape 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
|
* @throws IllegalArgumentException thrown if the specified character is a line break
|
||||||
* @deprecated Use {@link Builder#setEscape(char)}
|
* @deprecated Use {@link Builder#setEscape(char)}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue