summaryrefslogtreecommitdiff
path: root/javax/swing/filechooser/FileSystemView.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/filechooser/FileSystemView.java')
-rw-r--r--javax/swing/filechooser/FileSystemView.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/javax/swing/filechooser/FileSystemView.java b/javax/swing/filechooser/FileSystemView.java
index 26ca4860c..41d865a96 100644
--- a/javax/swing/filechooser/FileSystemView.java
+++ b/javax/swing/filechooser/FileSystemView.java
@@ -37,8 +37,6 @@ exception statement from your version. */
package javax.swing.filechooser;
-import gnu.classpath.NotImplementedException;
-
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
@@ -171,7 +169,6 @@ public abstract class FileSystemView
* @return A default {@link FileSystemView} appropriate for the platform.
*/
public static FileSystemView getFileSystemView()
- throws NotImplementedException
{
if (defaultFileSystemView == null)
{