mirror of https://github.com/apache/poi.git
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:
parent
d05c02b3c0
commit
fa802fe23c
|
@ -31,7 +31,6 @@ import org.apache.poi.ss.formula.EvaluationWorkbook;
|
|||
import org.apache.poi.ss.formula.IStabilityClassifier;
|
||||
import org.apache.poi.ss.formula.WorkbookEvaluator;
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue