From 415dd8c58cefae474983877ff40996966f6ebf80 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Sat, 7 Apr 2007 21:28:47 +0000 Subject: [PATCH] javadoc --- .../springframework/webflow/executor/jsf/FlowPhaseListener.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java index dd9bd168..f317cea9 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/jsf/FlowPhaseListener.java @@ -191,7 +191,7 @@ public class FlowPhaseListener implements PhaseListener { JsfExternalContext context = new JsfExternalContext(facesContext); if (argumentHandler.isFlowExecutionKeyPresent(context)) { // restore flow execution from repository so it will be available to variable/property resolvers - // and the flow navigation handler (this could happen as part of a submission or flow execution redirect) + // and the flow navigation handler (this could happen as part of a flow execution redirect) FlowExecutionRepository repository = getRepository(context); // extract key in the "traditional way" (request parameter in url by default) FlowExecutionKey flowExecutionKey = repository.parseFlowExecutionKey(argumentHandler