Add missing @since tag

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2016-05-03 18:33:36 +00:00
parent 9ab47dc56b
commit 1813f2663d
1 changed files with 1 additions and 0 deletions

View File

@ -1191,6 +1191,7 @@ public final class CSVFormat implements Serializable {
* @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;