Author: sebb
Date: Thu Aug 1 13:45:35 2013
New Revision: 1509232
URL: http://svn.apache.org/r1509232
Log:
Doc tweak
Modified:
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
Modified:
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL:
http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1509232&r1=1509231&r2=1509232&view=diff
==============================================================================
---
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
(original)
+++
commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
Thu Aug 1 13:45:35 2013
@@ -58,9 +58,9 @@ public class CSVFormat implements Serial
* Returns true if the given character is a line break character.
*
* @param c
- * the character to check
+ * the character to check, may be null
*
- * @return true if <code>c</code> is a line break character
+ * @return true if <code>c</code> is a line break character (and not null)
*/
// package protected to give access without needing a synthetic accessor
static boolean isLineBreak(final Character c) {