You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2016/10/28 13:06:48 UTC

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

Repository: hbase
Updated Branches:
  refs/heads/master 3283bc7c9 -> 3dac4f38c


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3dac4f38
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/3dac4f38
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/3dac4f38

Branch: refs/heads/master
Commit: 3dac4f38cdc5acacf797fd969f92487e59fbef39
Parents: 3283bc7
Author: tedyu <yu...@gmail.com>
Authored: Fri Oct 28 06:06:26 2016 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Fri Oct 28 06:06:26 2016 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/3dac4f38/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java
index 42d5ce8..fe9b243 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/ConnectionUtils.java
@@ -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