HBASE-10079 ADDENDUM javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1548228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3fb88f10af
commit
584793fb6f
|
@ -1276,7 +1276,7 @@ public class Bytes {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param a left operand
|
* @param a left operand
|
||||||
* @param b right operand
|
* @param buf right operand
|
||||||
* @return True if equal
|
* @return True if equal
|
||||||
*/
|
*/
|
||||||
public static boolean equals(byte[] a, ByteBuffer buf) {
|
public static boolean equals(byte[] a, ByteBuffer buf) {
|
||||||
|
|
Loading…
Reference in New Issue