--- old/src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/fsm/Action.java 2015-04-30 16:32:04.687461890 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/orbutil/fsm/Action.java 2015-04-30 16:32:04.603461891 +0400 @@ -46,8 +46,8 @@ * 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 ) ; }