HBASE-11917 Deprecate / Remove HTableUtil
This commit is contained in:
parent
9c77c55c47
commit
c580e4dbd5
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue