Small JavaDoc fixes.
This commit is contained in:
@@ -55,7 +55,7 @@ import org.springframework.webflow.engine.builder.FlowServiceLocator;
|
||||
*
|
||||
* <pre>
|
||||
* <bean id="flowRegistry" class="org.springframework.webflow.engine.builder.registry.XmlFlowRegistryFactoryBean">
|
||||
* <property name="flowLocations"> value="/WEB-INF/flows/*-flow.xml"/>
|
||||
* <property name="flowLocations" value="/WEB-INF/flows/*-flow.xml"/>
|
||||
* </bean>
|
||||
* </pre>
|
||||
*
|
||||
@@ -110,7 +110,7 @@ public class XmlFlowRegistryFactoryBean extends AbstractFlowBuildingFlowRegistry
|
||||
*
|
||||
* <pre>
|
||||
* <bean id="flowRegistry" class="org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean">
|
||||
* <property name="flowLocations"> value="/WEB-INF/flows/*-flow.xml"/>
|
||||
* <property name="flowLocations" value="/WEB-INF/flows/*-flow.xml"/>
|
||||
* </bean>
|
||||
* </pre>
|
||||
*
|
||||
@@ -118,7 +118,7 @@ public class XmlFlowRegistryFactoryBean extends AbstractFlowBuildingFlowRegistry
|
||||
*
|
||||
* <pre>
|
||||
* <bean id="flowRegistry" class="org.springframework.webflow.engine.builder.xml.XmlFlowRegistryFactoryBean">
|
||||
* <property name="flowLocations"> value="classpath*:/example/flows/*-flow.xml"/>
|
||||
* <property name="flowLocations" value="classpath*:/example/flows/*-flow.xml"/>
|
||||
* </bean>
|
||||
* </pre>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user