HBASE-13038 Fix the java doc continuously reported by Hadoop QA

This commit is contained in:
Ashish Singhi 2015-02-13 19:10:53 +05:30 committed by Sean Busbey
parent 7561ae6d12
commit cfc131e437
1 changed files with 2 additions and 1 deletions

View File

@ -2214,7 +2214,8 @@ public class KeyValue implements Cell, HeapSize, Cloneable, SettableSequenceId,
* @param leftKey
* @param rightKey
* @return 0 if equal, <0 if left smaller, >0 if right smaller
* @deprecated Since 0.99.2; Use {@link CellComparator#getMidpoint(Cell, Cell)} instead.
* @deprecated Since 0.99.2; Use
* {@link CellComparator#getMidpoint(KeyValue.KVComparator, Cell, Cell) instead}
*/
@Deprecated
public byte[] getShortMidpointKey(final byte[] leftKey, final byte[] rightKey) {