svn commit: r16645 - trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw Date: 2009-01-18 00:38:41-0800 New Revision: 16645 Modified: trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java Log: Added comment only. Modified: trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java?view=diff&pathrev=16645&r1=16644&r2=16645 ============================================================================== --- trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java (original) +++ trunk/src/argouml-app/src/org/argouml/uml/CommentEdge.java 2009-01-18 00:38:41-0800 @@ -1,5 +1,5 @@ // $Id$ -// Copyright (c) 1996-2007 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 @@ -43,6 +43,11 @@ * one class since it is the only "owner" of a FigEdgeModelElement which is not * a UML element. We should find a way to generalize this.<p> * + * TODO: Issue 3031 requires this class to be replaced by + * a similar mechanism as the n-ary association class: + * the node and the edges shall all have the same owner, + * i.e. the UML Comment object. + * * @since Jul 17, 2004 * @author [email protected] */ ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1032264 To unsubscribe from this discussion, e-mail: [[email protected]].