summaryrefslogtreecommitdiffstats
path: root/libjava/javax/swing/plaf/FileChooserUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/swing/plaf/FileChooserUI.java')
-rw-r--r--libjava/javax/swing/plaf/FileChooserUI.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/libjava/javax/swing/plaf/FileChooserUI.java b/libjava/javax/swing/plaf/FileChooserUI.java
index 6031c4216b8..90371815419 100644
--- a/libjava/javax/swing/plaf/FileChooserUI.java
+++ b/libjava/javax/swing/plaf/FileChooserUI.java
@@ -1,5 +1,5 @@
/* FileChooserUI.java --
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -35,9 +35,11 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
+
package javax.swing.plaf;
import java.io.File;
+
import javax.swing.JFileChooser;
import javax.swing.filechooser.FileFilter;
import javax.swing.filechooser.FileView;
OpenPOWER on IntegriCloud