mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-17 07:26:32 +00:00
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 */
|
||||
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";
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user