File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/csv Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments