Improved JavaDoc.

This commit is contained in:
Erwin Vervaet
2007-03-31 11:10:12 +00:00
parent 3850349885
commit 8105acb66c
2 changed files with 4 additions and 2 deletions

View File

@@ -30,7 +30,9 @@ import org.springframework.webflow.definition.FlowDefinition;
* A generic registry implementation for housing one or more flow definitions.
* <p>
* This registry may be refreshed at runtime to "hot reload" refreshable flow
* definitions.
* definitions. Note that the refresh will only reload already registered
* flow definitions but will not detect any new flow definitions or remove
* flow definitions that no longer exist.
*
* @author Keith Donald
*/

View File

@@ -80,7 +80,7 @@ public interface FlowDefinitionRegistryMBean {
/**
* Refresh the Flow definition in this registry with the <code>id</code>
* provided, reloading it from it's externalized representation
* provided, reloading it from it's externalized representation.
* @param flowDefinitionId the id of the flow definition to refresh
* @throws NoSuchFlowDefinitionException if a flow with the id provided is not
* stored in this registry