This patch (committed) fixes a couple of bad API doc tags in 
javax.swing.filechooser.*:

2006-03-05  David Gilbert  <[EMAIL PROTECTED]>

        * javax/swing/filechooser/FileFilter.java:
        (accept): Fixed API doc tag,
        (getDescription): Likewise,
        * javax/swing/filechooser/FileView.java:
        (isTraversable): Fixed API doc tag.

Regards,

Dave
Index: javax/swing/filechooser/FileFilter.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/filechooser/FileFilter.java,v
retrieving revision 1.5
diff -u -r1.5 FileFilter.java
--- javax/swing/filechooser/FileFilter.java     18 Oct 2005 20:42:03 -0000      
1.5
+++ javax/swing/filechooser/FileFilter.java     5 Mar 2006 19:32:53 -0000
@@ -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 @@
    * 
    * @param file  the file.
    * 
-   * @returns A boolean.
+   * @return A boolean.
    */
   public abstract boolean accept(File file);
 
@@ -78,7 +78,7 @@
    * 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();
 
Index: javax/swing/filechooser/FileView.java
===================================================================
RCS file: /sources/classpath/classpath/javax/swing/filechooser/FileView.java,v
retrieving revision 1.6
diff -u -r1.6 FileView.java
--- javax/swing/filechooser/FileView.java       18 Oct 2005 20:42:03 -0000      
1.6
+++ javax/swing/filechooser/FileView.java       5 Mar 2006 19:32:53 -0000
@@ -1,5 +1,5 @@
 /* FileView.java --
-   Copyright (C) 2002, 2004, 2005  Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2006,  Free Software Foundation, Inc.
 
 This file is part of GNU Classpath.
 
@@ -118,7 +118,7 @@
    * 
    * @param directory  the directory.
    * 
-   * @returns Always <code>null</code>.
+   * @return Always <code>null</code>.
    */
   public Boolean isTraversable(File directory) 
   {

Reply via email to