mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-10 20:15:33 +00:00
fixing checkstyle issue
This commit is contained in:
parent
05322761db
commit
c0759cd95c
@ -367,7 +367,8 @@ final class Lexer implements Closeable {
|
||||
}
|
||||
if (!Character.isWhitespace((char)c)) {
|
||||
// error invalid char between token and next delimiter
|
||||
throw new IOException("Invalid char between encapsulated token and delimiter at line: " + getCurrentLineNumber() + ", position: " + getCharacterPosition());
|
||||
throw new IOException("Invalid char between encapsulated token and delimiter at line: " +
|
||||
getCurrentLineNumber() + ", position: " + getCharacterPosition());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user