We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961cce2 commit c99e6d9Copy full SHA for c99e6d9
1 file changed
src/main/java/org/apache/commons/csv/Lexer.java
@@ -36,8 +36,8 @@ abstract class Lexer {
36
37
/**
38
* Constant char to use for disabling comments, escapes and encapsulation. The value -2 is used because it
39
- * won't be confused with an EOF signal (-1), and because the Unicode value {@code FFFE} would be encoded as two chars
40
- * (using surrogates) and thus there should never be a collision with a real text char.
+ * won't be confused with an EOF signal (-1), and because the Unicode value {@code FFFE} would be encoded as two
+ * chars (using surrogates) and thus there should never be a collision with a real text char.
41
*/
42
private static final char DISABLED = '\ufffe';
43
0 commit comments