classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] Patch: FYI: fix the build


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: fix the build
Date: 19 Aug 2005 15:44:35 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

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  <address@hidden>
        * 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;




reply via email to

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