HBASE-6634 REST API ScannerModel's protobuf converter code duplicates the setBatch call

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1386816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-09-17 20:30:43 +00:00
parent 86d574eb22
commit e5c0804a27
1 changed files with 0 additions and 1 deletions

View File

@ -691,7 +691,6 @@ public class ScannerModel implements ProtobufMessageHandler, Serializable {
for (byte[] column: columns) {
builder.addColumns(ByteString.copyFrom(column));
}
builder.setBatch(batch);
if (startTime != 0) {
builder.setStartTime(startTime);
}