diff --git src/main/java/org/apache/hadoop/hbase/client/HTable.java src/main/java/org/apache/hadoop/hbase/client/HTable.java index fd2fbab..41ada2b 100644 --- src/main/java/org/apache/hadoop/hbase/client/HTable.java +++ src/main/java/org/apache/hadoop/hbase/client/HTable.java @@ -532,7 +532,7 @@ public class HTable implements HTableInterface, Closeable { * Get the corresponding regions for an arbitrary range of keys. *

* @param startRow Starting row in range, inclusive - * @param endRow Ending row in range, inclusive + * @param endRow Ending row in range, exclusive * @return A list of HRegionLocations corresponding to the regions that * contain the specified range * @throws IOException if a remote or network exception occurs