From d6cece4bfc0d1d1c88e7769a4bb0a8480339f210 Mon Sep 17 00:00:00 2001 From: Erwin Vervaet Date: Sun, 4 Feb 2007 11:09:37 +0000 Subject: [PATCH] Small JavaDoc clarification for getLastEvent. --- .../org/springframework/webflow/execution/RequestContext.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c74b2b22..e7bd2bdc 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 @@ -166,7 +166,7 @@ public interface RequestContext { /** * Returns the last event signaled during this request. The event may or may * not have caused a state transition to happen. - * @return the last signaled event + * @return the last signaled event, or null if no event has been signaled yet */ public Event getLastEvent();