(bug 46156) fix unused import/compiler error after c722284

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@722294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Josh Micich 2008-12-01 23:53:27 +00:00
parent b2713da293
commit b2253fa053
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ import junit.framework.AssertionFailedError;
import junit.framework.ComparisonFailure;
import junit.framework.TestCase;
import org.apache.poi.hssf.biff2.record.BIFF2RecordFactory.NumberRecord;
import org.apache.poi.hssf.record.FormulaRecord;
import org.apache.poi.hssf.record.constant.ConstantValueParser;
import org.apache.poi.hssf.record.formula.NumberPtg;