We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7694e8f commit e5b2413Copy full SHA for e5b2413
1 file changed
src/main/java/org/apache/commons/csv/Lexer.java
@@ -38,8 +38,8 @@
38
*/
39
final class Lexer implements Closeable {
40
41
- private static final String CR_STRING = Character.toString(Constants.CR);
42
- private static final String LF_STRING = Character.toString(Constants.LF);
+ private static final String CR_STRING = Character.toString(CR);
+ private static final String LF_STRING = Character.toString(LF);
43
44
/**
45
* Constant char to use for disabling comments, escapes and encapsulation. The value -2 is used because it
0 commit comments