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.