even line breaks

This commit is contained in:
Keith Donald
2008-04-26 06:53:20 +00:00
parent 18a3386b7d
commit 5cfa9b360e
3 changed files with 11 additions and 11 deletions

View File

@@ -208,7 +208,7 @@ java org.springframework.webflow.upgrade.WebFlowUpgrader flow-to-upgrade.xml
<webflow:flow-builder-services id="flowBuilderServices"
view-factory-creator="mvcViewFactoryCreator"/>
<bean id="mvcViewFactoryCreator" class="org.springframework.webflow.mvc.view.MvcViewFactoryCreator">
<bean id="mvcViewFactoryCreator" class="org.springframework.webflow.mvc.builder.MvcViewFactoryCreator">
<property name="viewResolvers" ref="tilesViewResolver"/>
</bean>