[ 
https://issues.apache.org/jira/browse/HBASE-14830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15010464#comment-15010464
 ] 

Appy commented on HBASE-14830:
------------------------------

Yeah, it's weird that it's parent and child are all public but 
BufferedDataBlockEncoder itself is private.
But excluding the whole path from javadoc does not seem to be the right fix. 
Either we should make BufferedDataBlockEncoder public or make the 4 classes 
referring it private. Since the 4 classes are being referred from within 
.../io/encoding only, and are implementations of what public DataBlockEncoding 
enum exposes, they don't really need to be public. So I think this would be the 
most appropriate thing to do.

> Fix broken links in 0.94 generated docs
> ---------------------------------------
>
>                 Key: HBASE-14830
>                 URL: https://issues.apache.org/jira/browse/HBASE-14830
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>    Affects Versions: 0.94.27
>            Reporter: Misty Stanley-Jones
>            Assignee: Misty Stanley-Jones
>             Fix For: 0.94.28
>
>         Attachments: HBASE-14830.patch
>
>
> {code}
> host: hbase.apache.org
> date: Mon, 16-Nov-2015 10:56:28 (local)
> Linklint version: 2.3.5_ingo_020
> #------------------------------------------------------------
> # ERROR   2 missing html files (cross referenced)
> #------------------------------------------------------------
> /0.94/devapidocs/org/apache/hadoop/hbase/avro/generated/HBase.html
> used in 1 file:
>     /0.94/devapidocs/org/apache/hadoop/hbase/avro/package-summary.html
> /0.94/devapidocs/src-html/org/apache/hadoop/hbase/io/encoding/BufferedDataBlockEncoder.html
> used in 4 files:
>     
> /0.94/devapidocs/org/apache/hadoop/hbase/io/encoding/CopyKeyDataBlockEncoder.html
>     
> /0.94/devapidocs/org/apache/hadoop/hbase/io/encoding/DiffKeyDeltaEncoder.html
>     
> /0.94/devapidocs/org/apache/hadoop/hbase/io/encoding/FastDiffDeltaEncoder.html
>     
> /0.94/devapidocs/org/apache/hadoop/hbase/io/encoding/PrefixKeyDeltaEncoder.html
> #------------------------------------------------------------
> # ERROR   1 missing other file (cross referenced)
> #------------------------------------------------------------
> /0.94/devapidocs/org/apache/hadoop/hbase/HADOOP-1581
> used in 1 file:
>     /0.94/devapidocs/org/apache/hadoop/hbase/HTableDescriptor.html
> {code}



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

Reply via email to