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:
PJ Fanning 2017-07-02 17:12:55 +00:00
parent 0aa4406a08
commit 3cac752c89
2 changed files with 3 additions and 0 deletions

View File

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

View File

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