mirror of https://github.com/apache/poi.git
update deprecation version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1879268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
19c97f3285
commit
a126dae032
|
@ -121,9 +121,10 @@ public final class FormulaRecord extends CellRecord {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated POI 5.0.0, will be removed in 5.0, use getCachedResultTypeEnum until switch to enum is fully done
|
||||
* @deprecated POI 5.0.0, will be removed in 6.0, use getCachedResultTypeEnum until switch to enum is fully done
|
||||
*/
|
||||
@Deprecated
|
||||
@Removal(version = "6.0.0")
|
||||
public int getCachedResultType() {
|
||||
if (specialCachedValue == null) {
|
||||
return CellType.NUMERIC.getCode();
|
||||
|
|
Loading…
Reference in New Issue