You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2014/06/16 17:58:42 UTC

svn commit: r1602909 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Author: ggregory
Date: Mon Jun 16 15:58:42 2014
New Revision: 1602909

URL: http://svn.apache.org/r1602909
Log:
Checkstyle: Line has trailing spaces.

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java?rev=1602909&r1=1602908&r2=1602909&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/CSVFormat.java Mon Jun 16 15:58:42 2014
@@ -454,7 +454,7 @@ public final class CSVFormat implements 
 
     /**
      * Specifies whether empty headers are ignored when parsing the header line.
-     * 
+     *
      * @return <tt>true</tt> if headers are ignored when parsing the header line, <tt>false</tt> to throw an
      *         {@link IllegalArgumentException}..
      */
@@ -612,11 +612,11 @@ public final class CSVFormat implements 
 
     /**
      * Prints to the specified output.
-     * 
+     *
      * <p>
      * See also {@link CSVPrinter}.
      * </p>
-     * 
+     *
      * @param out
      *        the output
      * @return a printer to an output