HBASE-6693 Typo in Javadoc of AggregationClient.rowCount()

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1379605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Hsieh 2012-08-31 20:49:14 +00:00
parent c4f7a53747
commit 2dbdc1ec15
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public class AggregationClient {
/**
* It gives the row count, by summing up the individual results obtained from
* regions. In case the qualifier is null, FirstKEyValueFilter is used to
* regions. In case the qualifier is null, FirstKeyValueFilter is used to
* optimised the operation. In case qualifier is provided, I can't use the
* filter as it may set the flag to skip to next row, but the value read is
* not of the given filter: in this case, this particular row will not be