We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d767ad commit cf764bcCopy full SHA for cf764bc
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -58,9 +58,9 @@ public class CSVFormat implements Serializable {
58
* Returns true if the given character is a line break character.
59
*
60
* @param c
61
- * the character to check
+ * the character to check, may be null
62
63
- * @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)
64
*/
65
// package protected to give access without needing a synthetic accessor
66
static boolean isLineBreak(final Character c) {
0 commit comments