I committed this patch to correct a minor problem in the API docs:

2005-07-01  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/plaf/ListUI.java
        (locationToIndex): match parameter name to API docs.

Regards,

Dave Gilbert
Index: javax/swing/plaf/ListUI.java
===================================================================
RCS file: /cvsroot/classpath/classpath/javax/swing/plaf/ListUI.java,v
retrieving revision 1.5
diff -u -r1.5 ListUI.java
--- javax/swing/plaf/ListUI.java        22 Oct 2004 12:44:00 -0000      1.5
+++ javax/swing/plaf/ListUI.java        1 Jul 2005 11:05:38 -0000
@@ -1,5 +1,5 @@
 /* ListUI.java --
-   Copyright (C) 2002, 2003, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -75,7 +75,7 @@
    * @return the index of the closest cell, or -1 if the list model
    *         is empty.
    */
-  public abstract int locationToIndex(JList index, Point location);
+  public abstract int locationToIndex(JList list, Point location);
 
 
   /**
_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to