From 40eaa5d1065d085930534c7f1e63f22c1fb22a17 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Thu, 28 Feb 2008 19:10:11 +0000 Subject: [PATCH] Polishing baby. --- .../java/org/springframework/webflow/executor/FlowExecutor.java | 1 - .../test/execution/AbstractExternalizedFlowExecutionTests.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/FlowExecutor.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/FlowExecutor.java index a702fd0e..21b0e0a3 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/FlowExecutor.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/FlowExecutor.java @@ -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 */ diff --git a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractExternalizedFlowExecutionTests.java b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractExternalizedFlowExecutionTests.java index bff880dc..027e028d 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractExternalizedFlowExecutionTests.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/test/execution/AbstractExternalizedFlowExecutionTests.java @@ -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);