You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jm...@apache.org on 2012/08/31 22:49:14 UTC

svn commit: r1379605 - /hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java

Author: jmhsieh
Date: Fri Aug 31 20:49:14 2012
New Revision: 1379605

URL: http://svn.apache.org/viewvc?rev=1379605&view=rev
Log:
HBASE-6693 Typo in Javadoc of AggregationClient.rowCount() 

Modified:
    hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java

Modified: hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java?rev=1379605&r1=1379604&r2=1379605&view=diff
==============================================================================
--- hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java (original)
+++ hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/client/coprocessor/AggregationClient.java Fri Aug 31 20:49:14 2012
@@ -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