HBASE-6284 Addendum fixes javadoc (Anoop)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1357056 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d2ca6bfe63
commit
2bd71320b2
|
@ -1996,7 +1996,7 @@ public class HRegion implements HeapSize { // , Writable{
|
||||||
/**
|
/**
|
||||||
* Perform a batch of mutations.
|
* Perform a batch of mutations.
|
||||||
* It supports only Put and Delete mutations and will ignore other types passed.
|
* It supports only Put and Delete mutations and will ignore other types passed.
|
||||||
* @param putsAndLocks
|
* @param mutationsAndLocks
|
||||||
* the list of mutations paired with their requested lock IDs.
|
* the list of mutations paired with their requested lock IDs.
|
||||||
* @return an array of OperationStatus which internally contains the
|
* @return an array of OperationStatus which internally contains the
|
||||||
* OperationStatusCode and the exceptionMessage if any.
|
* OperationStatusCode and the exceptionMessage if any.
|
||||||
|
|
Loading…
Reference in New Issue