]> source.dussan.org Git - poi.git/commitdiff
moved common formula-related code to org.apache.poi.ss.formula, eliminated dependenci...
authorYegor Kozlov <yegor@apache.org>
Sun, 21 Nov 2010 11:37:44 +0000 (11:37 +0000)
committerYegor Kozlov <yegor@apache.org>
Sun, 21 Nov 2010 11:37:44 +0000 (11:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1037423 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/ss/formula/EvaluationListener.java

index a9ea163cdfd8f1eb0a970c61a03b272cd02eabf7..f8217764aab7ae90031e9aca5b9179110921841a 100644 (file)
@@ -17,7 +17,7 @@
 
 package org.apache.poi.ss.formula;
 
-import org.apache.poi.hssf.record.formula.eval.ValueEval;
+import org.apache.poi.ss.formula.eval.ValueEval;
 
 /**
  * Tests should extend this class if they need to track the internal working of the {@link WorkbookEvaluator}.<br/>