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

Anoop Sam John edited comment on HBASE-11823 at 8/26/14 8:17 AM:
-----------------------------------------------------------------

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,
    *          uses a {@link WALCellCodec}.
+   * @param cellCodecClsName FQCN of the Codec which should be instantiated
    * @param compression compression the codec should use
{code}



was (Author: anoop.hbase):
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)

Reply via email to