Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.0.1-alpha
Description
Line 56 of org.apache.hadoop.io.SequenceFile refers to
{@link Writer},
{@link Reader}in the javadoc comment describing the class SequenceFile. When the javadoc is built Reader and Writer link to java.io.Reader and java.io.Writer, respectively. However, they should instead refer to
{@link SequenceFile.Reader}and
{@link SequenceFile.Writer}.