svn commit: r17095 - trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java
Michiel van der Wulp <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mvw
Date: 2009-04-11 10:07:15-0700
New Revision: 17095
Modified:
trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java
Log:
Remove deprecated method (that did not do anything anyhow).
Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java?view=diff&pathrev=17095&r1=17094&r2=17095
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java (original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/ui/ArgoFigGroup.java 2009-04-11 10:07:15-0700
@@ -1,5 +1,5 @@
// $Id$
-// Copyright (c) 2007-2008 The Regents of the University of California. All
+// Copyright (c) 2007-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
@@ -136,18 +136,5 @@
settings = renderSettings;
renderingChanged();
}
-
- /**
- * Setting the owner of the Fig must be done in the constructor and
- * not changed aftewards for all ArgoUML figs.
- *
- * @param owner owning UML element
- * @see org.tigris.gef.presentation.Fig#setOwner(java.lang.Object)
- * @deprecated for 0.27.3 by tfmorris. Set owner in constructor.
- */
- @Deprecated
- public void setOwner(Object owner) {
- super.setOwner(owner);
- }
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1652173
To unsubscribe from this discussion, e-mail: [[email protected]].