HBASE-22044 Addendum for checkstyle.

This commit is contained in:
Sean Busbey 2019-03-13 13:43:39 -05:00
parent 09f9fc7c3e
commit d2296a4bad
1 changed files with 1 additions and 1 deletions

View File

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