summaryrefslogtreecommitdiff
path: root/javax/swing/filechooser/FileFilter.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/filechooser/FileFilter.java')
-rw-r--r--javax/swing/filechooser/FileFilter.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/javax/swing/filechooser/FileFilter.java b/javax/swing/filechooser/FileFilter.java
index ecfa54b58..de11525a2 100644
--- a/javax/swing/filechooser/FileFilter.java
+++ b/javax/swing/filechooser/FileFilter.java
@@ -1,5 +1,5 @@
/* FileFilter.java --
- Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2005, 2006, Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -67,7 +67,7 @@ public abstract class FileFilter
*
* @param file the file.
*
- * @returns A boolean.
+ * @return A boolean.
*/
public abstract boolean accept(File file);
@@ -78,7 +78,7 @@ public abstract class FileFilter
* is used to select the appropriate filter (in cases where more than one
* filter is available).
*
- * @returns A description of the filter.
+ * @return A description of the filter.
*/
public abstract String getDescription();