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 2016/05/03 20:33:36 UTC

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

Author: britter
Date: Tue May  3 18:33:36 2016
New Revision: 1742174

URL: http://svn.apache.org/viewvc?rev=1742174&view=rev
Log:
Add missing @since tag

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=1742174&r1=1742173&r2=1742174&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  3 18:33:36 2016
@@ -1191,6 +1191,7 @@ public final class CSVFormat implements
      * @return A new CSVFormat that is equal to this but with the specified header
      * @see #withHeader(String...)
      * @see #withSkipHeaderRecord(boolean)
+     * @since 1.3
      */
     public CSVFormat withHeader(final Class<? extends Enum<?>> headerEnum) {
         String[] header = null;