Skip to content

Commit bfa592d

Browse files
committed
Checkstyle: Line has trailing spaces.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1602909 13f79535-47bb-0310-9956-ffa450edef68
1 parent 32ffe82 commit bfa592d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public String[] getHeader() {
454454

455455
/**
456456
* Specifies whether empty headers are ignored when parsing the header line.
457-
*
457+
*
458458
* @return <tt>true</tt> if headers are ignored when parsing the header line, <tt>false</tt> to throw an
459459
* {@link IllegalArgumentException}..
460460
*/
@@ -612,11 +612,11 @@ public CSVParser parse(final Reader in) throws IOException {
612612

613613
/**
614614
* Prints to the specified output.
615-
*
615+
*
616616
* <p>
617617
* See also {@link CSVPrinter}.
618618
* </p>
619-
*
619+
*
620620
* @param out
621621
* the output
622622
* @return a printer to an output

0 commit comments

Comments
 (0)