summaryrefslogtreecommitdiff
path: root/javax/swing/filechooser/FileSystemView.java
diff options
context:
space:
mode:
authorRoman Kennke <roman@kennke.org>2006-10-16 11:27:36 +0000
committerRoman Kennke <roman@kennke.org>2006-10-16 11:27:36 +0000
commit2daa3fe76d42c8b44fd0bca62430d566d08660e5 (patch)
tree5f819d4ddef9781a36e91b357064836449354780 /javax/swing/filechooser/FileSystemView.java
parent110a320c96e66576cc5e9debb774b09967add40e (diff)
downloadclasspath-2daa3fe76d42c8b44fd0bca62430d566d08660e5.tar.gz
2006-10-16 Roman Kennke <kennke@aicas.com>
* javax/swing/filechooser/FileSystemView.java (getFileSystemView): Mark as implemented.
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)
{