This is an automated email from the ASF dual-hosted git repository.
busbey pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2 by this push:
new d2296a4 HBASE-22044 Addendum for checkstyle.
d2296a4 is described below
commit d2296a4bad62262d171895010b4f82338a401a1f
Author: Sean Busbey <[email protected]>
AuthorDate: Wed Mar 13 13:43:39 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 a6fbaba..f5cb5c1 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
@@ -40,7 +40,7 @@ import
org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesti
/**
* 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