src/share/classes/java/io/File.java

Print this page

        

*** 151,161 **** { /** * The FileSystem object representing the platform's local file system. */ ! private static final FileSystem fs = FileSystem.getFileSystem(); /** * This abstract pathname's normalized pathname string. A normalized * pathname string uses the default name-separator character and does not * contain any duplicate or redundant separators. --- 151,161 ---- { /** * The FileSystem object representing the platform's local file system. */ ! private static final FileSystem fs = DefaultFileSystem.getFileSystem(); /** * This abstract pathname's normalized pathname string. A normalized * pathname string uses the default name-separator character and does not * contain any duplicate or redundant separators.