From d1df011dea6eaec538c122fa26a8409c8841eb35 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Mon, 15 Jan 2007 11:09:01 +0000 Subject: [PATCH] Mentioned listener registration in JavaDoc. --- .../webflow/test/execution/AbstractFlowExecutionTests.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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