< prev index next >

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

Print this page

        

@@ -91,12 +91,12 @@
     * Typically this is implemented using a CondVar wait, and the
     * blocked thread represents the defered input.  The defered
     * input is retried when the thread runs again.
     * </ul>
     *
-    * @param FSM fsm is the state machine causing this action.
-    * @param Input in is the input that caused the transition.
+    * @param fsm is the state machine causing this action.
+    * @param in is the input that caused the transition.
     */
     public Result evaluate( FSM fsm, Input in ) ;
 }
 
 // end of Action.java
< prev index next >