Skip to content

Commit 159b22a

Browse files
committed
Javadoc: Empty Javadoc line before the 1st tag.
1 parent f69dac7 commit 159b22a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -614,6 +614,7 @@ public Builder setHeader(final ResultSetMetaData resultSetMetaData) throws SQLEx
614614
* <p>
615615
* This method keeps a copy of the input array.
616616
* </p>
617+
*
617618
* @param header the header, {@code null} if disabled, empty if parsed automatically, user-specified otherwise.
618619
* @return This instance.
619620
*/
@@ -695,6 +696,7 @@ public Builder setHeaderComments(final Object... headerComments) {
695696
* <p>
696697
* This method keeps a copy of the input array.
697698
* </p>
699+
*
698700
* @param headerComments the headerComments which will be printed by the Printer before the CSV data.
699701
* @return This instance.
700702
*/

0 commit comments

Comments
 (0)