Fix inconsistent whitespace/indents

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1695604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-08-12 19:49:25 +00:00
parent 5e8a6d7fdf
commit 266958c9b8
1 changed files with 335 additions and 339 deletions

View File

@ -48,7 +48,6 @@ import org.apache.poi.ss.util.CellReference;
* *
*/ */
public final class TestFormulaEvaluatorBugs extends TestCase { public final class TestFormulaEvaluatorBugs extends TestCase {
private static final boolean OUTPUT_TEST_FILES = false; private static final boolean OUTPUT_TEST_FILES = false;
private String tmpDirName; private String tmpDirName;
@ -179,11 +178,8 @@ public final class TestFormulaEvaluatorBugs extends TestCase {
/** /**
* Bug 44410: SUM(C:C) is valid in excel, and means a sum * Bug 44410: SUM(C:C) is valid in excel, and means a sum
* of all the rows in Column C * of all the rows in Column C
*
* @author Nick Burch
*/ */
public void test44410() { public void test44410() {
HSSFWorkbook wb = HSSFTestDataSamples.openSampleWorkbook("SingleLetterRanges.xls"); HSSFWorkbook wb = HSSFTestDataSamples.openSampleWorkbook("SingleLetterRanges.xls");
HSSFSheet sheet = wb.getSheetAt(0); HSSFSheet sheet = wb.getSheetAt(0);