Better Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1725400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70185baec0
commit
913e4a8b97
|
@ -54,7 +54,7 @@ final class Constants {
|
||||||
/** Undefined state for the lookahead char */
|
/** Undefined state for the lookahead char */
|
||||||
static final int UNDEFINED = -2;
|
static final int UNDEFINED = -2;
|
||||||
|
|
||||||
/** According to RFC 4180, line breaks are delimited by CRLF */
|
/** RFC 4180 defines line breaks as CRLF */
|
||||||
static final String CRLF = "\r\n";
|
static final String CRLF = "\r\n";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue