HBASE-20684 org.apache.hadoop.hbase.client.Scan#setStopRow javadoc uses incorrect method

Signed-off-by: zhangduo <zhangduo@apache.org>
This commit is contained in:
EugeneNik 2018-06-05 21:57:51 +08:00 committed by zhangduo
parent 57c8671728
commit 7d3750bd9f
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ public class Scan extends Query {
* @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