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:
Andrew Kyle Purtell 2013-11-14 00:53:48 +00:00
parent ffd91d7e90
commit 1545a952fa
1 changed files with 1 additions and 1 deletions

View File

@ -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>() {