From 6b8398a227285b62823ee2f5b546b5fc88aa1976 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Tue, 5 Jul 2016 23:26:32 +0000 Subject: +svn:eol-style=native git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751572 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/java') diff --git a/src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java b/src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java index d6f2d9b7b9..b524cc149a 100644 --- a/src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java +++ b/src/java/org/apache/poi/hssf/usermodel/HSSFEvaluationCell.java @@ -91,8 +91,8 @@ final class HSSFEvaluationCell implements EvaluationCell { return _evalSheet; } @Override - public String getStringCellValue() { - return _cell.getRichStringCellValue().getString(); + public String getStringCellValue() { + return _cell.getRichStringCellValue().getString(); } /** * Will return {@link CellType} in a future version of POI. @@ -111,7 +111,7 @@ final class HSSFEvaluationCell implements EvaluationCell { */ @Internal(since="POI 3.15 beta 3") @Override - public CellType getCachedFormulaResultTypeEnum() { - return _cell.getCachedFormulaResultTypeEnum(); - } -} + public CellType getCachedFormulaResultTypeEnum() { + return _cell.getCachedFormulaResultTypeEnum(); + } +} -- cgit v1.2.3