Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
Reviewed
Description
public RemoteIterator<FileStatus> listStatusIterator(final Path p) throws FileNotFoundException, IOException { return new RemoteIterator<FileStatus>() { //... throw new NoSuchElementException("No more entry in " + p); } return stats[i++]; }
Should be 'no more entries'