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:
parent
3daeb02c08
commit
7e67e14bb3
|
@ -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";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue