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:
PJ Fanning 2020-06-27 13:08:51 +00:00
parent 19c97f3285
commit a126dae032
1 changed files with 2 additions and 1 deletions

View File

@ -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();