You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2013/11/12 23:03:17 UTC

[jira] [Created] (HBASE-9960) Fix javadoc for CellUtil#tagsIterator()

Ted Yu created HBASE-9960:
-----------------------------

             Summary: Fix javadoc for CellUtil#tagsIterator()
                 Key: HBASE-9960
                 URL: https://issues.apache.org/jira/browse/HBASE-9960
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu


The @return tag has no arguments.
{code}
   * @return
   */
  public static Iterator<Tag> tagsIterator(final byte[] tags, final int offset, final short length) {
{code}



--
This message was sent by Atlassian JIRA
(v6.1#6144)