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:
Jonathan Hsieh 2013-12-05 18:20:42 +00:00
parent 3fb88f10af
commit 584793fb6f
1 changed files with 1 additions and 1 deletions

View File

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