classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: small API doc fix for javax.swing.plaf.ListUI


From: David Gilbert
Subject: [cp-patches] FYI: small API doc fix for javax.swing.plaf.ListUI
Date: Fri, 01 Jul 2005 12:13:36 +0000
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050426)

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

2005-07-01  David Gilbert  <address@hidden>

        * 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);
 
 
   /**

reply via email to

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