classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: minor japi fix in JList


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: minor japi fix in JList
Date: 22 Sep 2005 12:09:00 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

I'm checking this in.

japi pointed out that this (previously) implicit constructor had the
wrong permissions.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * javax/swing/JList.java (AccessibleJList): New constructor.

Index: javax/swing/JList.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/JList.java,v
retrieving revision 1.32
diff -u -r1.32 JList.java
--- javax/swing/JList.java      16 Sep 2005 09:39:35 -0000      1.32
+++ javax/swing/JList.java      22 Sep 2005 18:12:46 -0000
@@ -614,6 +614,13 @@
       
       // TODO: Implement the remaining methods of this class.
     }
+    
+    /**
+     * Create a new AccessibleJList.
+     */
+    public AccessibleJList()
+    {
+    }
 
     /**
      * Returns the number of selected accessible children.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]