I'm checking this in.

I needed this patch to fix the build.

BTW, folks, please remember to update the copyright years when you
edit a file.  For those who use Emacs, this can easily be done via a
hook (ask me if you want the lisp).

Tom

Index: ChangeLog
from  Tom Tromey  <[EMAIL PROTECTED]>
        * javax/swing/tree/DefaultTreeCellEditor.java: Removed erroneous
        import.

Index: javax/swing/tree/DefaultTreeCellEditor.java
===================================================================
RCS file: 
/cvsroot/classpath/classpath/javax/swing/tree/DefaultTreeCellEditor.java,v
retrieving revision 1.7
diff -u -r1.7 DefaultTreeCellEditor.java
--- javax/swing/tree/DefaultTreeCellEditor.java 19 Aug 2005 20:31:41 -0000 1.7
+++ javax/swing/tree/DefaultTreeCellEditor.java 19 Aug 2005 21:46:59 -0000
@@ -1,5 +1,5 @@
 /* DefaultTreeCellEditor.java --
-   Copyright (C) 2002, 2004  Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -59,7 +59,6 @@
 import javax.swing.JTextField;
 import javax.swing.JTree;
 import javax.swing.SwingUtilities;
-import javax.swing.TreeCellEditor;
 import javax.swing.UIDefaults;
 import javax.swing.UIManager;
 import javax.swing.border.Border;


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to