svn commit: r16807 - trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw Date: 2009-02-18 23:29:11-0800 New Revision: 16807 Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/UMLCompositeStateConcurrentCheckBox.java Log: Deprecated these old classes - related to the work I did for issue 5070 and 3736. Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java?view=diff&pathrev=16807&r1=16806&r2=16807 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/ActionSetCompositeStateConcurrent.java 2009-02-18 23:29:11-0800 @@ -1,5 +1,5 @@ // $Id$ -// Copyright (c) 1996-2006 The Regents of the University of California. All +// Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, provided that the above copyright notice @@ -34,9 +34,12 @@ import org.tigris.gef.undo.UndoableAction; /** + * @deprecated by mvw in V0.28alpha - not used, + * replaced by button in toolbar, which uses ActionAddConcurrentRegion.. * @since Dec 14, 2002 * @author [email protected] */ +@Deprecated public class ActionSetCompositeStateConcurrent extends UndoableAction { private static final ActionSetCompositeStateConcurrent SINGLETON = Modified: trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/UMLCompositeStateConcurrentCheckBox.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/UMLCompositeStateConcurrentCheckBox.java?view=diff&pathrev=16807&r1=16806&r2=16807 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/UMLCompositeStateConcurrentCheckBox.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/ui/behavior/state_machines/UMLCompositeStateConcurrentCheckBox.java 2009-02-18 23:29:11-0800 @@ -1,5 +1,5 @@ // $Id$ -// Copyright (c) 1996-2006 The Regents of the University of California. All +// Copyright (c) 1996-2009 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, provided that the above copyright notice @@ -29,9 +29,11 @@ import org.argouml.uml.ui.UMLCheckBox2; /** + * @deprecated by mvw in V0.28alpha - not used, replaced by button in toolbar. * @since Dec 14, 2002 * @author [email protected] */ +@Deprecated public class UMLCompositeStateConcurrentCheckBox extends UMLCheckBox2 { /** ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1190527 To unsubscribe from this discussion, e-mail: [[email protected]].