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:
parent
e640f1e76a
commit
215290eb76
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue