svn commit: r14525 - trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: bobtarling
Date: 2008-04-29 19:47:11-0700
New Revision: 14525

Modified:
   trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java

Log:
Missed call to super

Modified: trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java?view=diff&rev=14525&p1=trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java&p2=trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java&r1=14524&r2=14525
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/uml/cognitive/UMLToDoItem.java	2008-04-29 19:47:11-0700
@@ -176,7 +176,7 @@
     
     @Override
     public ListSet getOffenders() {
-        final ListSet offenders = getOffenders();
+        final ListSet offenders = super.getOffenders();
         // TODO: should not be using assert here but I don't want to change to
         // IllegalStateException at lead up to a release as I don't know how
         // much testing is done with assert on.
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.