Add missing deprecations for CellType methods that return ints
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1800569 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0aa4406a08
commit
3cac752c89
@ -57,6 +57,7 @@ final class SXSSFEvaluationCell implements EvaluationCell {
|
||||
* For forwards compatibility, do not hard-code cell type literals in your code.
|
||||
*
|
||||
* @return cell type
|
||||
* @deprecated 3.17. Will return a {@link CellType} enum in the future.
|
||||
*/
|
||||
@Override
|
||||
public int getCellType() {
|
||||
@ -101,6 +102,7 @@ final class SXSSFEvaluationCell implements EvaluationCell {
|
||||
* For forwards compatibility, do not hard-code cell type literals in your code.
|
||||
*
|
||||
* @return cell type of cached formula result
|
||||
* @deprecated 3.17. Will return a {@link CellType} enum in the future.
|
||||
*/
|
||||
@Override
|
||||
public int getCachedFormulaResultType() {
|
||||
|
@ -102,6 +102,7 @@ final class XSSFEvaluationCell implements EvaluationCell {
|
||||
* For forwards compatibility, do not hard-code cell type literals in your code.
|
||||
*
|
||||
* @return cell type of cached formula result
|
||||
* @deprecated 3.17. Will return a {@link CellType} enum in the future.
|
||||
*/
|
||||
@Override
|
||||
public int getCachedFormulaResultType() {
|
||||
|
Loading…
Reference in New Issue
Block a user