Skip to content

Commit 03fefe8

Browse files
committed
Add missing JavaDoc for parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1467665 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7e9b381 commit 03fefe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ boolean isWhitespace(final int c) {
131131
/**
132132
* Checks if the current character represents the start of a line: a CR, LF or is at the start of the file.
133133
*
134-
* @param c
134+
* @param c the character to check
135135
* @return true if the character is at the start of a line.
136136
*/
137137
boolean isStartOfLine(final int c) {

0 commit comments

Comments
 (0)