HBASE-11917 Deprecate / Remove HTableUtil

This commit is contained in:
stack 2014-09-19 15:59:20 -07:00
parent 9c77c55c47
commit c580e4dbd5
1 changed files with 14 additions and 13 deletions

View File

@ -31,9 +31,10 @@ import java.util.Map;
/**
* Utility class for HTable.
*
*
* @deprecated since 1.0
*/
@InterfaceAudience.Private
@Deprecated
public class HTableUtil {
private static final int INITIAL_LIST_SIZE = 250;