HBASE-13998 Remove CellComparator#compareRows(byte[] left, int loffset, int llength, byte[] right, int roffset, int rlength)- Addendum to fix javadoc warn

This commit is contained in:
anoopsjohn 2015-07-06 00:15:13 +05:30
parent e640f1e76a
commit 215290eb76
1 changed files with 3 additions and 5 deletions

View File

@ -389,11 +389,9 @@ public class CellComparator implements Comparator<Cell>, Serializable {
}
/**
* Compares the rows of the left and right cell
* For the hbase:meta case the
* ({@link #compareRows(byte[], int, int, byte[], int, int)} is overridden such
* that it can handle the hbase:meta cells. The caller should ensure using the
* appropriate comparator for hbase:meta
* Compares the rows of the left and right cell.
* For the hbase:meta case this method is overridden such that it can handle hbase:meta cells.
* The caller should ensure using the appropriate comparator for hbase:meta.
* TODO : Handle BB cases here
* @param left
* @param right