[
https://issues.apache.org/jira/browse/HADOOP-7061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970134#action_12970134
]
Hudson commented on HADOOP-7061:
--------------------------------
Integrated in Hadoop-Common-trunk #541 (See
[https://hudson.apache.org/hudson/job/Hadoop-Common-trunk/541/])
HADOOP-7061. unprecise javadoc for CompressionCodec. Contributed by Jingguo
Yao
> 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
> Fix For: 0.23.0
>
> 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.