Author: tfmorris Date: 2008-04-14 16:09:16-0700 New Revision: 14349 Modified: trunk/src/model/src/org/argouml/model/StateMachinesFactory.java
Log: Correct Javadoc Modified: trunk/src/model/src/org/argouml/model/StateMachinesFactory.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/model/src/org/argouml/model/StateMachinesFactory.java?view=diff&rev=14349&p1=trunk/src/model/src/org/argouml/model/StateMachinesFactory.java&p2=trunk/src/model/src/org/argouml/model/StateMachinesFactory.java&r1=14348&r2=14349 ============================================================================== --- trunk/src/model/src/org/argouml/model/StateMachinesFactory.java (original) +++ trunk/src/model/src/org/argouml/model/StateMachinesFactory.java 2008-04-14 16:09:16-0700 @@ -194,12 +194,12 @@ Object buildStubState(Object compositeState); /** - * Builds a compositestate initalized as a non-concurrent - * composite state. The compositestate will be a subvertix of the - * given compositestate. + * Build a CompositeState initalized as a non-concurrent + * composite state. The CompositeState will be a subvertex of the + * given CompositeState. * * @param compositeState the given compositestate - * @return MSynchState the newly build synchstate + * @return the newly built CompositeState * @see #buildCompositeStateOnStateMachine(Object) */ Object buildCompositeState(Object compositeState); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
