Nano JavaDoc fix.

This commit is contained in:
Erwin Vervaet
2007-03-01 20:41:39 +00:00
parent 808c447f91
commit a081825b6a

View File

@@ -114,7 +114,7 @@ class FlowExecutionListeners {
/**
* Notify all interested listeners that a flow execution session has been
* activated (created, on the stack and about to start)
* activated (created, on the stack and about to start).
*/
public void fireSessionCreated(RequestContext context, FlowSession session) {
for (int i = 0; i < listeners.length; i++) {