Author: britter
Date: Thu Oct  9 20:01:41 2014
New Revision: 1630579

URL: http://svn.apache.org/r1630579
Log:
Remove JavaDoc for parameter, since the documented method does not take 
parameters.

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=1630579&r1=1630578&r2=1630579&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 
Thu Oct  9 20:01:41 2014
@@ -1078,9 +1078,6 @@ public final class CSVFormat implements 
     /**
      * Sets skipping the header record to {@code true}.
      *
-     * @param skipHeaderRecord
-     *            whether to skip the header record.
-     *
      * @return A new CSVFormat that is equal to this but with the the 
specified skipHeaderRecord setting.
      * @see #withSkipHeaderRecord(boolean)
      * @see #withHeader(String...)


Reply via email to