HBASE-10736 Fix Javadoc warnings introduced in HBASE-10169
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1577250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04b60809fa
commit
db3482c61e
|
@ -33,11 +33,8 @@ import org.apache.hadoop.hbase.util.Bytes;
|
|||
* service calls are performed against a region, this class implements {@link Row} in order to
|
||||
* make use of the {@link AsyncProcess} framework for batching multi-region calls per region server.
|
||||
*
|
||||
* <p><b>Note:</b> This class should not be instantiated directly. Use either
|
||||
* {@link HTable#batchCoprocessorService(MethodDescriptor, Message, byte[], byte[],
|
||||
* Message, Batch.Callback)}
|
||||
* or {@link HTable#batchCoprocessorService(MethodDescriptor, Message, byte[], byte[], Message)}
|
||||
* instead.</p>
|
||||
* <p><b>Note:</b> This class should not be instantiated directly. Use
|
||||
* HTable#batchCoprocessorService instead.</p>
|
||||
*/
|
||||
@InterfaceAudience.Private
|
||||
public class RegionCoprocessorServiceExec implements Row {
|
||||
|
|
Loading…
Reference in New Issue