HBASE-2598 Move NINES and ZEROS to client package and change visibility to default
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@947349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b590b5703
commit
f896891125
|
@ -29,12 +29,7 @@ public interface HConstants {
|
|||
|
||||
/** long constant for zero */
|
||||
static final Long ZERO_L = Long.valueOf(0L);
|
||||
|
||||
//TODO: NINES is only used in HBaseAdmin and HConnectionManager. Move to client
|
||||
// package and change visibility to default
|
||||
static final String NINES = "99999999999999";
|
||||
//TODO: ZEROS is only used in HConnectionManager and MetaScanner. Move to
|
||||
// client package and change visibility to default
|
||||
static final String ZEROES = "00000000000000";
|
||||
|
||||
// For migration
|
||||
|
|
Loading…
Reference in New Issue