You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2020/06/27 13:08:51 UTC

svn commit: r1879268 - /poi/trunk/src/java/org/apache/poi/hssf/record/FormulaRecord.java

Author: fanningpj
Date: Sat Jun 27 13:08:51 2020
New Revision: 1879268

URL: http://svn.apache.org/viewvc?rev=1879268&view=rev
Log:
update deprecation version

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/record/FormulaRecord.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/record/FormulaRecord.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/record/FormulaRecord.java?rev=1879268&r1=1879267&r2=1879268&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/record/FormulaRecord.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/record/FormulaRecord.java Sat Jun 27 13:08:51 2020
@@ -121,9 +121,10 @@ public final class FormulaRecord extends
 	}
 
 	/**
-	 * @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();



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org