HBASE-19091 Code annotation wrote BinaryComparator instead of LongComparator

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
QilinCao 2017-10-26 14:23:45 +08:00 committed by Jan Hentschel
parent a93e1aa8f6
commit 9a5ab58bc1
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@ public class LongComparator extends ByteArrayComparable {
} }
/** /**
* @param pbBytes A pb serialized {@link BinaryComparator} instance * @param pbBytes A pb serialized {@link LongComparator} instance
* @return An instance of {@link BinaryComparator} made from <code>bytes</code> * @return An instance of {@link LongComparator} made from <code>bytes</code>
* @throws org.apache.hadoop.hbase.exceptions.DeserializationException * @throws org.apache.hadoop.hbase.exceptions.DeserializationException
* @see #toByteArray * @see #toByteArray
*/ */