Skip to content

Commit 1813f26

Browse files
committed
Add missing @SInCE tag
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1742174 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9ab47dc commit 1813f26

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,6 +1191,7 @@ public CSVFormat withHeader(final String... header) {
11911191
* @return A new CSVFormat that is equal to this but with the specified header
11921192
* @see #withHeader(String...)
11931193
* @see #withSkipHeaderRecord(boolean)
1194+
* @since 1.3
11941195
*/
11951196
public CSVFormat withHeader(final Class<? extends Enum<?>> headerEnum) {
11961197
String[] header = null;

0 commit comments

Comments
 (0)