The inner interface ElementChange of DocumentEvent has to be static.
Fixed by this patch.

2005-09-05  Roman Kennke  <[EMAIL PROTECTED]>

        * javax/swing/event/DocumentEvent.java:
        (ElementChange) Made inner interface static to conform to the
        specs.

/Roman

Index: javax/swing/event/DocumentEvent.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/event/DocumentEvent.java,v
retrieving revision 1.7
diff -u -r1.7 DocumentEvent.java
--- javax/swing/event/DocumentEvent.java	5 Sep 2005 12:56:42 -0000	1.7
+++ javax/swing/event/DocumentEvent.java	5 Sep 2005 14:06:43 -0000
@@ -50,7 +50,7 @@
   /**
    * ElementChange public interface
    */
-  public interface ElementChange
+  public static interface ElementChange
   {
     /**
      * getIndex
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to