Repository: hbase
Updated Branches:
  refs/heads/branch-2 0b0257b41 -> 323eccc65


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

Signed-off-by: zhangduo <zhang...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/323eccc6
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/323eccc6
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/323eccc6

Branch: refs/heads/branch-2
Commit: 323eccc65bf747f7cf960a4810170a13035de711
Parents: 0b0257b
Author: EugeneNik <evginik1...@gmail.com>
Authored: Tue Jun 5 21:57:51 2018 +0800
Committer: zhangduo <zhang...@apache.org>
Committed: Tue Jun 5 21:58:06 2018 +0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/hadoop/hbase/client/Scan.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/323eccc6/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
----------------------------------------------------------------------
diff --git 
a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java 
b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
index 32fe2dc..d4aff04 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/client/Scan.java
@@ -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

Reply via email to