You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/07/14 21:10:57 UTC

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

Author: britter
Date: Mon Jul 14 19:10:56 2014
New Revision: 1610486

URL: http://svn.apache.org/r1610486
Log:
Fix typo

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=1610486&r1=1610485&r2=1610486&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 Jul 14 19:10:56 2014
@@ -495,7 +495,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}..
+     *         {@link IllegalArgumentException}.
      */
     public boolean getIgnoreEmptyHeaders() {
         return ignoreEmptyHeaders;