From 2fbc0869f80bce3de45bf8c22ce09371759c945d Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Thu, 5 Apr 2007 08:11:17 +0000 Subject: [PATCH] Removed unused import. --- .../webflow/engine/impl/MiscFlowExecutionTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/MiscFlowExecutionTests.java b/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/MiscFlowExecutionTests.java index 5e9a71d1..8125095f 100644 --- a/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/MiscFlowExecutionTests.java +++ b/spring-webflow/src/test/java/org/springframework/webflow/engine/impl/MiscFlowExecutionTests.java @@ -33,7 +33,6 @@ import org.springframework.webflow.execution.FlowExecution; import org.springframework.webflow.execution.RequestContext; import org.springframework.webflow.execution.support.ApplicationView; import org.springframework.webflow.test.MockExternalContext; -import org.springframework.webflow.test.MockFlowServiceLocator; /** * Miscellaneous flow execution tests.