< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/fsm/Action.java

Print this page

        

@@ -44,12 +44,12 @@
         * is used for concurrency control with multiple threads, the
         * action must not allow multiple threads to run simultaneously
         * in the state machine, as the state could be corrupted.
         * Any exception thrown by the Action for the transition
         * will be propagated to doIt.
-        * @param FSM fsm is the state machine causing this action.
-        * @param Input in is the input that caused the transition.
+        * @param fsm  the state machine causing this action.
+        * @param in   the input that caused the transition.
         */
         public void doIt( FSM fsm, Input in ) ;
 }
 
 // end of Action.java
< prev index next >