Update CRLF to be easier to read.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-12 13:48:26 +00:00
parent 883a0e91cf
commit 8159aea6d1
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class Constants {
static final int UNDEFINED = -2;
/** According to RFC 4180, line breaks are delimited by CRLF */
public static final String CRLF = EMPTY + CR + LF;
public static final String CRLF = "\r\n";