Skip to content

Commit 9fd815e

Browse files
committed
removing mistakenly add block comment
1 parent 72dc36b commit 9fd815e

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

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

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -520,25 +520,6 @@ public Builder setHeader(final String... header) {
520520
return this;
521521
}
522522

523-
/**
524-
* Gets the character marking the start of a line comment.
525-
* <p>
526-
* The comment format for each line is:
527-
* </p>
528-
* <pre>
529-
* CommentMarker SPACE CommentArrayElement
530-
* </pre>
531-
* <p>
532-
* For example, using a comment marker {@code '#'} and a comment array {@code comments ["line 1", "line 2"]}:
533-
* </p>
534-
* <pre>
535-
* # line 1
536-
* # line 2
537-
* </pre>
538-
*
539-
* @return the comment start marker, may be {@code null}
540-
*/
541-
542523
/**
543524
* Sets the header comments set to the given values. The comments will be printed first, before the headers. This setting is ignored by the parser.
544525
* <p>

0 commit comments

Comments
 (0)