Skip to content

Commit 8159aea

Browse files
committed
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
1 parent 883a0e9 commit 8159aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/csv/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Constants {
4141
static final int UNDEFINED = -2;
4242

4343
/** According to RFC 4180, line breaks are delimited by CRLF */
44-
public static final String CRLF = EMPTY + CR + LF;
44+
public static final String CRLF = "\r\n";
4545

4646

4747

0 commit comments

Comments
 (0)