fixed compiler error due unused import

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723195 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Josh Micich 2008-12-04 02:51:01 +00:00
parent 11cc164f26
commit b91e7e7cbb

View File

@ -31,7 +31,6 @@ import org.apache.poi.ss.formula.EvaluationWorkbook;
import org.apache.poi.ss.formula.IStabilityClassifier; import org.apache.poi.ss.formula.IStabilityClassifier;
import org.apache.poi.ss.formula.WorkbookEvaluator; import org.apache.poi.ss.formula.WorkbookEvaluator;
import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.ss.usermodel.Workbook;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;
/** /**
* An alternative workbook evaluator that saves memory in situations where a single workbook is * An alternative workbook evaluator that saves memory in situations where a single workbook is