Skip to content

Commit 9428b9c

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1397574 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8159aea commit 9428b9c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ class Constants {
2424

2525
static final char BELL = '\b';
2626
static final char COMMA = ',';
27+
28+
/**
29+
* Starts a comment, the remainder of the line is the comment.
30+
*/
2731
static final char COMMENT = '#';
32+
2833
static final char CR = '\r';
2934
static final char DOUBLE_QUOTE = '"';
3035
static final char ESCAPE = '\\';

0 commit comments

Comments
 (0)