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:
Benedikt Ritter 2013-04-13 17:49:37 +00:00
parent 7e9b381a6f
commit 03fefe8c30

View File

@ -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) {