You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2009/08/05 12:43:34 UTC

svn commit: r801127 - /incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java

Author: smartini
Date: Wed Aug  5 10:43:34 2009
New Revision: 801127

URL: http://svn.apache.org/viewvc?rev=801127&view=rev
Log:
Ambiguous invocation of either an outer or inherited method

Modified:
    incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java

Modified: incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java?rev=801127&r1=801126&r2=801127&view=diff
==============================================================================
--- incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java (original)
+++ incubator/pivot/trunk/wtk/src/org/apache/pivot/wtk/text/Element.java Wed Aug  5 10:43:34 2009
@@ -78,7 +78,7 @@
         }
     }
 
-    private class ElementListenerList extends ListenerList<ElementListener>
+    private static class ElementListenerList extends ListenerList<ElementListener>
         implements ElementListener {
         public void nodeInserted(Element element, int index) {
             for (ElementListener listener : this) {