HBASE-11639 [Visibility controller] Replicate the visibility of Cells as

strings : Addendum adding break (Ram)
This commit is contained in:
Ramkrishna 2014-12-04 08:52:11 +05:30
parent ff337f1cb9
commit 806716e65d
1 changed files with 1 additions and 0 deletions

View File

@ -494,6 +494,7 @@ public class VisibilityController extends BaseMasterAndRegionObserver implements
Tag tag = iterator.next();
if (tag.getType() == TagType.STRING_VIS_TAG_TYPE) {
iterator.remove();
break;
}
}
}