jdk/src/share/classes/java/io/FileSystem.java
changeset 14324 3510b4bf90ee
parent 5506 202f599c92aa
child 15136 c17824042364
--- a/jdk/src/share/classes/java/io/FileSystem.java	Thu Oct 25 17:34:24 2012 -0700
+++ b/jdk/src/share/classes/java/io/FileSystem.java	Fri Oct 26 11:21:02 2012 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -32,13 +32,6 @@
 
 abstract class FileSystem {
 
-    /**
-     * Return the FileSystem object representing this platform's local
-     * filesystem.
-     */
-    public static native FileSystem getFileSystem();
-
-
     /* -- Normalization and construction -- */
 
     /**