From feadb3a035ee6292c47c1f52b5ece615db5e7527 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 25 Apr 2008 04:31:44 +0000 Subject: [PATCH] --- .../org/springframework/webflow/execution/FlowExecution.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecution.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecution.java index 0dffa3a2..b9b17e70 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecution.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/FlowExecution.java @@ -30,7 +30,7 @@ public interface FlowExecution extends FlowExecutionContext { * Start this flow execution. This method should only be called once. *

* When this method returns, execution status is either "paused" or "ended". If ended, the flow execution cannot be - * used again. If "paused", the flow execution may be {@link #resume(ExternalContext)}. + * used again. If "paused", the flow execution may be {@link #resume(ExternalContext) resumed}. * @param input flow execution input * @param context the external context representing the calling environment * @throws FlowExecutionException if an exception was thrown within a state of the flow execution during request