HBASE-16886 hbase-client: scanner with reversed=true and small=true gets no result - addendum 2 makes MAX_BYTE_ARRAY package protected

This commit is contained in:
tedyu 2016-10-28 06:06:26 -07:00
parent 3283bc7c91
commit 3dac4f38cd
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ public final class ConnectionUtils {
// A byte array in which all elements are the max byte, and it is used to
// construct closest front row
public static byte[] MAX_BYTE_ARRAY = Bytes.createMaxByteArray(9);
static final byte[] MAX_BYTE_ARRAY = Bytes.createMaxByteArray(9);
/**
* Create the closest row after the specified row