http://git-wip-us.apache.org/repos/asf/hbase-site/blob/5018ccb3/apidocs/src-html/org/apache/hadoop/hbase/client/Put.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Put.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Put.html
index 580feb4..7d3d133 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Put.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Put.html
@@ -326,7 +326,7 @@
 <span class="sourceLineNo">318</span>    byte [] family = 
CellUtil.cloneFamily(kv);<a name="line.318"></a>
 <span class="sourceLineNo">319</span>    List&lt;Cell&gt; list = 
getCellList(family);<a name="line.319"></a>
 <span class="sourceLineNo">320</span>    //Checking that the row of the kv is 
the same as the put<a name="line.320"></a>
-<span class="sourceLineNo">321</span>    if (!CellUtil.matchingRow(kv, 
this.row)) {<a name="line.321"></a>
+<span class="sourceLineNo">321</span>    if (!CellUtil.matchingRows(kv, 
this.row)) {<a name="line.321"></a>
 <span class="sourceLineNo">322</span>      throw new WrongRowIOException("The 
row in " + kv.toString() +<a name="line.322"></a>
 <span class="sourceLineNo">323</span>        " doesn't match the original one 
" +  Bytes.toStringBinary(this.row));<a name="line.323"></a>
 <span class="sourceLineNo">324</span>    }<a name="line.324"></a>

Reply via email to