Index: hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java (revision 57c86717285d74f4604a277ee034878398568d81) +++ hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java (revision 302b1445695f01ea90c3c2aa2980b5eaa510b743) @@ -483,7 +483,7 @@ * @return this * @throws IllegalArgumentException if stopRow does not meet criteria for a row key (when length * exceeds {@link HConstants#MAX_ROW_LENGTH}) - * @deprecated use {@link #withStartRow(byte[])} instead. This method may change the inclusive of + * @deprecated use {@link #withStopRow(byte[])} instead. This method may change the inclusive of * the stop row to keep compatible with the old behavior. */ @Deprecated