diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractFlowExecutionTests.java b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractFlowExecutionTests.java index b4f1aa4b..69bb1d63 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractFlowExecutionTests.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractFlowExecutionTests.java @@ -545,7 +545,9 @@ public abstract class AbstractFlowExecutionTests extends TestCase { /** * Factory method to create the flow execution factory. Subclasses - * could override this if they want to use a custom flow execution factory. + * could override this if they want to use a custom flow execution factory + * or custom configuration of the flow execution factory, registering + * flow execution listeners for instance. * The default implementation just returns a {@link FlowExecutionImplFactory} * instance. * @return the flow execution factory