CR and LF are already statically imported

This commit is contained in:
Benedikt Ritter 2018-08-21 22:08:33 +02:00
parent 7694e8f999
commit e5b2413ca7
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ import java.io.IOException;
*/
final class Lexer implements Closeable {
private static final String CR_STRING = Character.toString(Constants.CR);
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);
/**
* Constant char to use for disabling comments, escapes and encapsulation. The value -2 is used because it