diff --git a/spring-webflow-reference/src/upgrade-guide.xml b/spring-webflow-reference/src/upgrade-guide.xml index d5c6deaf..386d7af4 100644 --- a/spring-webflow-reference/src/upgrade-guide.xml +++ b/spring-webflow-reference/src/upgrade-guide.xml @@ -173,12 +173,12 @@ java org.springframework.webflow.engine.model.builder.xml.WebFlowUpgrader flowTo The default URL handler has changed in Web Flow 2.0. The flow identifier is now inferred from the URL rather then passed explicitly. - In order to maintain comparability with existing views and URL structures using Web Flow 1.0 a ParameterBasedFlowUrlHandler is available. + In order to maintain comparability with existing views and URL structures using Web Flow 1.0 a WebFlow1FlowUrlHandler is available. - + ]]>