HBASE-9960. Fix javadoc for CellUtil#tagsIterator()
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1541771 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ffd91d7e90
commit
1545a952fa
|
@ -385,7 +385,7 @@ public final class CellUtil {
|
|||
* @param tags
|
||||
* @param offset
|
||||
* @param length
|
||||
* @return
|
||||
* @return iterator for the tags
|
||||
*/
|
||||
public static Iterator<Tag> tagsIterator(final byte[] tags, final int offset, final short length) {
|
||||
return new Iterator<Tag>() {
|
||||
|
|
Loading…
Reference in New Issue