/[classpath]/classpath/javax/swing/filechooser/FileSystemView.java
ViewVC logotype

Diff of /classpath/javax/swing/filechooser/FileSystemView.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by abalkiss, Fri Jul 8 15:06:37 2005 UTC revision 1.7 by green, Wed Sep 14 16:52:08 2005 UTC
# Line 356  public abstract class FileSystemView Line 356  public abstract class FileSystemView
356      // traversable. (No files are listed when you traverse the directory)      // traversable. (No files are listed when you traverse the directory)
357      // My best guess is that as long as it's a directory, the file is      // My best guess is that as long as it's a directory, the file is
358      // traversable.      // traversable.
359      return new Boolean(f.isDirectory());      return Boolean.valueOf(f.isDirectory());
360    }    }
361  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26