You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Anoop Sam John (JIRA)" <ji...@apache.org> on 2014/08/26 10:16:58 UTC

[jira] [Commented] (HBASE-11823) Cleanup javadoc warnings.

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

Anoop Sam John commented on HBASE-11823:
----------------------------------------

This may look better
{code}
   /**
-   * Create and setup a {@link WALCellCodec} from the {@link cellCodecClsName} and
-   * CompressionContext, if {@link cellCodecClsName} is specified.
+   * Create and setup a {@link WALCellCodec} from the {@code cellCodecClsName} and
+   * CompressionContext, if {@code cellCodecClsName} is specified.
    * Otherwise Cell Codec classname is read from {@link Configuration}.
    * Fully prepares the codec for use.
    * @param conf {@link Configuration} to read for the user-specified codec. If none is specified,
{code}

    *          uses a {@link WALCellCodec}.
+   * @param cellCodecClsName FQCN of the Codec which should be instantiated
    * @param compression compression the codec should use


> Cleanup javadoc warnings.
> -------------------------
>
>                 Key: HBASE-11823
>                 URL: https://issues.apache.org/jira/browse/HBASE-11823
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 2.0.0
>            Reporter: Andrey Stepachev
>            Assignee: Andrey Stepachev
>         Attachments: HBASE-11823.patch
>
>
> Patch HBASE-11762 introduced javadoc warnings
> {quote}
> [WARNING] Javadoc Warnings
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> [WARNING] hbase.git/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/wal/WALCellCodec.java:96: warning - Tag @link: reference not found: cellCodecClsName
> {quote}



--
This message was sent by Atlassian JIRA
(v6.2#6252)