You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2019/03/13 18:42:21 UTC

[hbase] branch branch-1 updated: HBASE-22044 Addendum for checkstyle.

This is an automated email from the ASF dual-hosted git repository.

busbey pushed a commit to branch branch-1
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1 by this push:
     new 35308a5  HBASE-22044 Addendum for checkstyle.
35308a5 is described below

commit 35308a5d82959e32772ddfa34783d98182bebe97
Author: Sean Busbey <bu...@apache.org>
AuthorDate: Wed Mar 13 13:42:53 2019 -0500

    HBASE-22044 Addendum for checkstyle.
---
 .../src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java b/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java
index fb687fa..6330888 100644
--- a/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java
+++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/util/ByteBufferUtils.java
@@ -36,7 +36,7 @@ import sun.nio.ch.DirectBuffer;
 /**
  * Utility functions for working with byte buffers, such as reading/writing
  * variable-length long numbers.
- * @deprecated This class will become IA.Private in HBase 3.0. Downstream folks should avoid using it.
+ * @deprecated This class will become IA.Private in HBase 3.0. Downstream folks shouldn't use it.
  */
 @SuppressWarnings("restriction")
 @Deprecated