unprecise javadoc for CompressionCodec --------------------------------------
Key: HADOOP-7061 URL: https://issues.apache.org/jira/browse/HADOOP-7061 Project: Hadoop Common Issue Type: Improvement Components: io Affects Versions: 0.21.0 Reporter: Jingguo Yao Priority: Minor In CompressionCodec.java, there is the following code: /** * Create a stream decompressor that will read from the given input stream. * * @param in the stream to read compressed bytes from * @return a stream to read uncompressed bytes from * @throws IOException */ CompressionInputStream createInputStream(InputStream in) throws IOException; "stream decompressor" should be "{...@link CompressionInputStream}". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.