From 9f5a0d65b97804feb11e58f4c160b11d48926335 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 14 Jun 2007 04:37:38 +0000 Subject: [PATCH] javadoc foward merge from 1.0.4 --- .../test/execution/AbstractXmlFlowExecutionTests.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractXmlFlowExecutionTests.java b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractXmlFlowExecutionTests.java index 39dea2c9..f00d7429 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractXmlFlowExecutionTests.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractXmlFlowExecutionTests.java @@ -83,12 +83,11 @@ public abstract class AbstractXmlFlowExecutionTests extends AbstractExternalized } /** - * Template method called to allow registration of mock implementations of - * services local to the flow being tested. + * Template method subclasses may override to register mock implementations of + * services used locally by the flow being tested. * @param flow the flow to register the services for - * @param beanFactory the local flow service registry, you can register services here + * @param beanFactory the local flow service registry; register mock services with it * using {@link ConfigurableBeanFactory#registerSingleton(String, Object)} - * @since 1.0.4 */ protected void registerLocalMockServices(Flow flow, ConfigurableBeanFactory beanFactory) { }