This commit is contained in:
Keith Donald
2008-03-31 19:34:06 +00:00
parent de66dd5720
commit c2c2d8034d

View File

@@ -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 <code>null</code> if no transition has occurred yet
* Returns the current transition executing in this request.
* @return the current transition, or <code>null</code> if no transition has occurred yet
*/
public TransitionDefinition getCurrentTransition();