Skip to content

Commit cf764bc

Browse files
committed
Doc tweak
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1509232 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1d767ad commit cf764bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ public class CSVFormat implements Serializable {
5858
* Returns true if the given character is a line break character.
5959
*
6060
* @param c
61-
* the character to check
61+
* the character to check, may be null
6262
*
63-
* @return true if <code>c</code> is a line break character
63+
* @return true if <code>c</code> is a line break character (and not null)
6464
*/
6565
// package protected to give access without needing a synthetic accessor
6666
static boolean isLineBreak(final Character c) {

0 commit comments

Comments
 (0)