HBASE-9478 Make Cell @InterfaceAudience.Public and Evolving

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1521305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2013-09-09 22:32:03 +00:00
parent baccde7179
commit 79736c4016

View File

@ -58,7 +58,7 @@ import org.apache.hadoop.classification.InterfaceStability;
* byte[]'s.
* <p/>
*/
@InterfaceAudience.Private
@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface Cell {