summaryrefslogtreecommitdiffstats
path: root/libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java')
-rw-r--r--libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java b/libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java
index c2f65965e09..96dfd2e1b1a 100644
--- a/libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java
+++ b/libjava/classpath/javax/swing/filechooser/UnixFileSystemView.java
@@ -37,8 +37,11 @@ exception statement from your version. */
package javax.swing.filechooser;
+import gnu.classpath.NotImplementedException;
+
import java.io.File;
import java.io.IOException;
+
import javax.swing.Icon;
@@ -110,6 +113,7 @@ class UnixFileSystemView extends FileSystemView
* @return <code>null</code>.
*/
public String getSystemDisplayName(File f)
+ throws NotImplementedException
{
// FIXME: Implement;
return null;
@@ -124,6 +128,7 @@ class UnixFileSystemView extends FileSystemView
* @return <code>null</code>.
*/
public Icon getSystemIcon(File f)
+ throws NotImplementedException
{
// FIXME: Implement;
return null;
@@ -138,6 +143,7 @@ class UnixFileSystemView extends FileSystemView
* @return <code>null</code>.
*/
public String getSystemTypeDescription(File f)
+ throws NotImplementedException
{
// FIXME: Implement.
return null;
OpenPOWER on IntegriCloud