Skip to content

Commit c99e6d9

Browse files
committed
Format lines that are longer than 120 characters
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1458797 13f79535-47bb-0310-9956-ffa450edef68
1 parent 961cce2 commit c99e6d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/Lexer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ abstract class Lexer {
3636

3737
/**
3838
* 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.
39+
* won't be confused with an EOF signal (-1), and because the Unicode value {@code FFFE} would be encoded as two
40+
* chars (using surrogates) and thus there should never be a collision with a real text char.
4141
*/
4242
private static final char DISABLED = '\ufffe';
4343

0 commit comments

Comments
 (0)