@@ -604,6 +604,7 @@ Map<String, Integer> getHeaderMapRaw() {
604604 public List <String > getHeaderNames () {
605605 return Collections .unmodifiableList (headers .headerNames );
606606 }
607+
607608 /**
608609 * Checks whether there is a header comment.
609610 * The header comment appears before the header record.
@@ -619,6 +620,7 @@ public List<String> getHeaderNames() {
619620 public boolean hasHeaderComment () {
620621 return headerComment != null ;
621622 }
623+
622624 /**
623625 * Returns the header comment, if any.
624626 * The header comment appears before the header record.
@@ -629,6 +631,7 @@ public boolean hasHeaderComment() {
629631 public String getHeaderComment () {
630632 return headerComment ;
631633 }
634+
632635 /**
633636 * Checks whether there is a trailer comment.
634637 * Trailer comments are located between the last record and EOF.
@@ -641,6 +644,7 @@ public String getHeaderComment() {
641644 public boolean hasTrailerComment () {
642645 return trailerComment != null ;
643646 }
647+
644648 /**
645649 * Returns the trailer comment, if any.
646650 * Trailer comments are located between the last record and EOF
@@ -651,6 +655,7 @@ public boolean hasTrailerComment() {
651655 public String getTrailerComment () {
652656 return trailerComment ;
653657 }
658+
654659 /**
655660 * Returns the current record number in the input stream.
656661 *
0 commit comments