From db4a657900af00b3a86929e71cbef448222176d9 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Tue, 10 Apr 2007 08:50:43 +0000 Subject: [PATCH] JavaDoc fix: removed link to unknown method. --- .../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 aee88608..d88bbcb3 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 @@ -121,7 +121,7 @@ public class FlowPhaseListener implements PhaseListener { /** * The service responsible for mapping attributes of an {@link ExternalContext} to a new {@link FlowExecution} - * during the {@link #launch(String, ExternalContext) launch flow} operation. + * during the launch flow operation. *

* This allows developers to control what attributes are made available in the inputMap to new * top-level flow executions. The starting execution may then choose to map that available input into its own local