Author: britter
Date: Tue May 10 12:05:01 2016
New Revision: 1743162

URL: http://svn.apache.org/viewvc?rev=1743162&view=rev
Log:
Remove obsolete dots

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=1743162&r1=1743161&r2=1743162&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 
Tue May 10 12:05:01 2016
@@ -1110,7 +1110,7 @@ public final class CSVFormat implements
      * CSVFormat format = aformat.withHeader(Header.class);
      * </pre>
      * <p>
-     * The header is also used by the {@link CSVPrinter}..
+     * The header is also used by the {@link CSVPrinter}.
      * </p>
      *
      * @param headerEnum
@@ -1148,7 +1148,7 @@ public final class CSVFormat implements
      * CSVFormat format = aformat.withHeader(resultSet);
      * </pre>
      * <p>
-     * The header is also used by the {@link CSVPrinter}..
+     * The header is also used by the {@link CSVPrinter}.
      * </p>
      *
      * @param resultSet
@@ -1178,7 +1178,7 @@ public final class CSVFormat implements
      * CSVFormat format = aformat.withHeader(metaData);
      * </pre>
      * <p>
-     * The header is also used by the {@link CSVPrinter}..
+     * The header is also used by the {@link CSVPrinter}.
      * </p>
      *
      * @param metaData
@@ -1216,7 +1216,7 @@ public final class CSVFormat implements
      * CSVFormat format = aformat.withHeader(&quot;name&quot;, 
&quot;email&quot;, &quot;phone&quot;);
      * </pre>
      * <p>
-     * The header is also used by the {@link CSVPrinter}..
+     * The header is also used by the {@link CSVPrinter}.
      * </p>
      *
      * @param header


Reply via email to