Polishing baby.

This commit is contained in:
Erwin Vervaet
2008-02-28 19:10:11 +00:00
parent 295f608663
commit 40eaa5d106
2 changed files with 1 additions and 2 deletions

View File

@@ -42,7 +42,6 @@ public interface FlowExecutor {
/**
* Resume the flow execution with the provided execution key.
* @param flowId the id of the flow definition
* @param flowExecutionKey the key of a paused execution of the flow definition
* @param context access to the calling environment
*/

View File

@@ -172,7 +172,7 @@ public abstract class AbstractExternalizedFlowExecutionTests extends AbstractFlo
/**
* Get the flow definition to be tested.
* @param a helper for constructing the resource to be tested
* @param resourceFactory a helper for constructing the resource to be tested
* @return the flow definition resource
*/
protected abstract FlowDefinitionResource getResource(FlowDefinitionResourceFactory resourceFactory);