diff options
Diffstat (limited to 'libjava/javax/swing/LookAndFeel.java')
-rw-r--r-- | libjava/javax/swing/LookAndFeel.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/javax/swing/LookAndFeel.java b/libjava/javax/swing/LookAndFeel.java index b841a17..173d2fa 100644 --- a/libjava/javax/swing/LookAndFeel.java +++ b/libjava/javax/swing/LookAndFeel.java @@ -1,5 +1,5 @@ /* LookAndFeel.java -- - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -38,7 +38,6 @@ exception statement from your version. */ package javax.swing; -import java.awt.Component; import javax.swing.text.JTextComponent; public abstract class LookAndFeel |