summaryrefslogtreecommitdiff
path: root/javax/swing/plaf/basic/BasicFileChooserUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/plaf/basic/BasicFileChooserUI.java')
-rw-r--r--javax/swing/plaf/basic/BasicFileChooserUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javax/swing/plaf/basic/BasicFileChooserUI.java b/javax/swing/plaf/basic/BasicFileChooserUI.java
index 9adb0c642..1356db4ae 100644
--- a/javax/swing/plaf/basic/BasicFileChooserUI.java
+++ b/javax/swing/plaf/basic/BasicFileChooserUI.java
@@ -699,10 +699,10 @@ public class BasicFileChooserUI extends FileChooserUI
String fileDescText;
/** Is a directory selected? */
- boolean dirSelected = false;
+ boolean dirSelected;
/** The current directory. */
- File currDir = null;
+ File currDir;
// FIXME: describe what is contained in the bottom panel
/** The bottom panel. */