--- /home/cpdev/src/classpath/javax/swing/plaf/ListUI.java	2005-07-02 21:04:06.000000000 +0000
+++ javax/swing/plaf/ListUI.java	2005-06-30 05:35:16.000000000 +0000
@@ -1,5 +1,5 @@
 /* ListUI.java --
-   Copyright (C) 2002, 2003, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004  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 list, Point location);
+  public abstract int locationToIndex(JList index, Point location);
 
 
   /**
