A field was left public.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1399049 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-17 00:06:14 +00:00
parent 3daeb02c08
commit 7e67e14bb3
1 changed files with 1 additions and 1 deletions

View File

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