Name: diC59631 Date: 09/04/98
There may be errors in the documentation of the File class method
public File[] listFiles(FileFilter filter)
on page http://java.sun.com/products/jdk/1.2/docs/api/java/io/File.html
I think the descriptive paragraph has been cut from the immediately
preceding method description and pasted without sufficient editing. In
particular, I think the reference to
FilenameFilter.accept(java.io.File, java.lang.String)
should read
FileFilter.accept(java.io.File)
I also think the parameters section should read
filter - A file filter
(Review ID: 38015)
======================================================================
- duplicates
-
JDK-4262787 error in documentation for File.listFiles(FileFilter)
-
- Closed
-