svn commit: r14742 - trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2008-05-14 16:15:28-0700
New Revision: 14742

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java

Log:
This code has moved to FigClassifierBox

Modified: trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java?view=diff&rev=14742&p1=trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java&p2=trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java&r1=14741&r2=14742
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/diagram/static_structure/ui/FigClass.java	2008-05-14 16:15:28-0700
@@ -652,19 +652,6 @@
         setBounds(getBounds());
     }
     
-    public void propertyChange(PropertyChangeEvent event) {
-        if (!(event instanceof DeleteInstanceEvent)
-                && event.getSource() == getOwner()
-                && event.getPropertyName().equals("association")
-                && Model.getFacade().isAAssociationEnd(event.getOldValue())) {
-            // TODO: We are getting events we don't want. Can we instruct the
-            // model event pump not to send these in the first place?
-            // See defect 5095.
-            return;
-        }
-        super.propertyChange(event);
-    }
-
     /*
      * @see org.argouml.uml.diagram.ui.FigNodeModelElement#updateListeners(java.lang.Object, java.lang.Object)
      */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.