From a081825b6a29dd48ce175db731c24e092a81d3ef Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Thu, 1 Mar 2007 20:41:39 +0000 Subject: [PATCH] Nano JavaDoc fix. --- .../webflow/engine/impl/FlowExecutionListeners.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/FlowExecutionListeners.java b/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/FlowExecutionListeners.java index d39c75a9..40169e4c 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/FlowExecutionListeners.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/engine/impl/FlowExecutionListeners.java @@ -114,7 +114,7 @@ class FlowExecutionListeners { /** * Notify all interested listeners that a flow execution session has been - * activated (created, on the stack and about to start) + * activated (created, on the stack and about to start). */ public void fireSessionCreated(RequestContext context, FlowSession session) { for (int i = 0; i < listeners.length; i++) {