mirror of
https://github.com/apache/commons-csv.git
synced 2025-02-06 10:09:08 +00:00
Add missing JavaDoc for parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1467665 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e9b381a6f
commit
03fefe8c30
@ -131,7 +131,7 @@ abstract class Lexer {
|
||||
/**
|
||||
* Checks if the current character represents the start of a line: a CR, LF or is at the start of the file.
|
||||
*
|
||||
* @param c
|
||||
* @param c the character to check
|
||||
* @return true if the character is at the start of a line.
|
||||
*/
|
||||
boolean isStartOfLine(final int c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user