Skip to content

Commit 913e4a8

Browse files
committed
Better Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725400 13f79535-47bb-0310-9956-ffa450edef68
1 parent 70185ba commit 913e4a8

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
@@ -54,7 +54,7 @@ final class Constants {
5454
/** Undefined state for the lookahead char */
5555
static final int UNDEFINED = -2;
5656

57-
/** According to RFC 4180, line breaks are delimited by CRLF */
57+
/** RFC 4180 defines line breaks as CRLF */
5858
static final String CRLF = "\r\n";
5959

6060
/**

0 commit comments

Comments
 (0)