hi,
I recently read the source code about mina statemachine, and I confused
about one issue described below.
------------------------------------------------------------
mina-statemachine version: 2.0.6
org.apache.mina.statemachine.context.SingletonStateContextLookup
public StateContext lookup(Object[] eventArgs) {
return context;
}
-------------------------------------------------------------
when you invoke this method, you should supply an object array as the
method arguments, but in the method body, you do not use the eventArgs
anytime. Does this coding have some hidden meaning or other considerations?
My english is not good, I hope I have described clear the issue .
Thank you.
justin