HBASE-5489 Addendum

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1296011 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
larsh 2012-03-02 00:26:25 +00:00
parent 0c4e1dfa75
commit 9ffc748589
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ public class HTable implements HTableInterface {
* Get the corresponding regions for an arbitrary range of keys.
* <p>
* @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