diff --git a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java index f9d0d09de19..8beb2779079 100644 --- a/hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java +++ b/hbase-common/src/main/java/org/apache/hadoop/hbase/CellComparator.java @@ -389,11 +389,9 @@ public class CellComparator implements Comparator, 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