From c2c2d8034dd62116724dd4830e5d5ae547f6b5d3 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Mon, 31 Mar 2008 19:34:06 +0000 Subject: [PATCH] polish --- .../org/springframework/webflow/execution/RequestContext.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/execution/RequestContext.java b/spring-webflow/src/main/java/org/springframework/webflow/execution/RequestContext.java index 7b87a17c..f09ebaec 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/execution/RequestContext.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/execution/RequestContext.java @@ -169,8 +169,8 @@ public interface RequestContext { public Event getCurrentEvent(); /** - * Returns the last state transition that executed in this request. - * @return the last transition, or null if no transition has occurred yet + * Returns the current transition executing in this request. + * @return the current transition, or null if no transition has occurred yet */ public TransitionDefinition getCurrentTransition();