Whitespace / indents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1755068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-08-03 11:15:13 +00:00
parent 07dc4cecc4
commit b61ed84a8f
1 changed files with 310 additions and 313 deletions

View File

@ -46,7 +46,6 @@ import org.apache.poi.util.Internal;
* calls to evaluate~ methods on this class.
*/
public class HSSFFormulaEvaluator implements FormulaEvaluator, WorkbookEvaluatorProvider {
private final WorkbookEvaluator _bookEvaluator;
private final HSSFWorkbook _book;
@ -194,7 +193,6 @@ public class HSSFFormulaEvaluator implements FormulaEvaluator, WorkbookEvaluator
default:
throw new IllegalStateException("Bad cell type (" + cell.getCellTypeEnum() + ")");
}
}
@ -291,7 +289,6 @@ public class HSSFFormulaEvaluator implements FormulaEvaluator, WorkbookEvaluator
default:
throw new IllegalStateException("Unexpected cell value type (" + cellType + ")");
}
}
private static void setCellValue(Cell cell, CellValue cv) {