[
https://issues.apache.org/jira/browse/HADOOP-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970078#action_12970078
]
Eli Collins commented on HADOOP-7061:
-------------------------------------
+1
> 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
> Attachments: HADOOP-7061.patch
>
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
>
> 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.