mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Removed deprecation from Excel.Entry.Column#columnIndex
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user