Removed deprecation from Excel.Entry.Column#columnIndex

This commit is contained in:
Collin Smith
2020-12-12 01:35:57 -08:00
parent 29d89f157a
commit 9f7cd6d903

View File

@ -76,10 +76,9 @@ public abstract class Excel<
String[] values() default {};
/**
* Manually sets the column index. Used in the case where a column might
* not be named.
* Manually sets the column index. This property overrides all other
* properties.
*/
@Deprecated
int columnIndex() default -1;
}
}