HBASE-12143 Minor fix for Table code (Solomon Duskis)

This commit is contained in:
Ted Yu 2014-10-01 20:31:31 +00:00
parent eb385abfae
commit ed441ad814
1 changed files with 1 additions and 6 deletions

View File

@ -36,14 +36,9 @@ import org.apache.hadoop.hbase.client.coprocessor.Batch;
import org.apache.hadoop.hbase.filter.CompareFilter;
import org.apache.hadoop.hbase.ipc.CoprocessorRpcChannel;
import com.google.protobuf.Descriptors;
import com.google.protobuf.Message;
import com.google.protobuf.Service;
import com.google.protobuf.ServiceException;
/**
* Used to communicate with a single HBase table.
* Obtain an instance from an {@link HConnection}.
* Obtain an instance from a {@link Connection}.
*
* @since 0.99.0
*/