[
https://issues.apache.org/jira/browse/HBASE-11421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14046337#comment-14046337
]
Hudson commented on HBASE-11421:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #5242 (See
[https://builds.apache.org/job/HBase-TRUNK/5242/])
HBASE-11421 HTableInterface javadoc correction. (Anoop) (anoopsamjohn: rev
cac468f33fb0f490f47e4d78773c7bee624f10c6)
* hbase-client/src/main/java/org/apache/hadoop/hbase/client/HTableInterface.java
> HTableInterface javadoc correction
> ----------------------------------
>
> Key: HBASE-11421
> URL: https://issues.apache.org/jira/browse/HBASE-11421
> Project: HBase
> Issue Type: Improvement
> Components: Client
> Reporter: Anoop Sam John
> Assignee: Anoop Sam John
> Priority: Minor
> Fix For: 0.99.0
>
> Attachments: HBASE-11421.patch
>
>
> HTable#batch() APIs javadoc says
> * @param actions list of Get, Put, Delete, Increment, Append, RowMutations
> objects
> But we can not pass RowMutations in batch.
> {code}
> } else if (row instanceof RowMutations) {
> throw new UnsupportedOperationException("No RowMutations in multi calls;
> use mutateRow");
> }
> {code}
> Small patch to correct the doc.
--
This message was sent by Atlassian JIRA
(v6.2#6252)