You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jakob Homan (JIRA)" <ji...@apache.org> on 2015/05/21 22:57:17 UTC

[jira] [Created] (HADOOP-12016) Typo in FileSystem:: listStatusIterator

Jakob Homan created HADOOP-12016:
------------------------------------

             Summary: Typo in FileSystem:: listStatusIterator
                 Key: HADOOP-12016
                 URL: https://issues.apache.org/jira/browse/HADOOP-12016
             Project: Hadoop Common
          Issue Type: Bug
          Components: fs
            Reporter: Jakob Homan
            Priority: Trivial


{code}  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++];
      }{code}
Should be 'no more entries'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)