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:
Michael Stack 2010-05-22 23:38:16 +00:00
parent 0b590b5703
commit f896891125
1 changed files with 0 additions and 5 deletions

View File

@ -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