Skip to content

Commit ae01a2b

Browse files
committed
remove useless function
1 parent f136459 commit ae01a2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/alipay/oceanbase/hbase/OHTable.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2262,10 +2262,6 @@ public Pair<byte[][], byte[][]> getStartEndKeys() throws IOException {
22622262
return new Pair<>(getStartKeys(), getEndKeys());
22632263
}
22642264

2265-
public enum OHOpType {
2266-
Put, Append, Delete, Increment
2267-
}
2268-
22692265
private BufferedMutator getBufferedMutator() throws IOException {
22702266
if (this.mutator == null) {
22712267
this.mutator = (OHBufferedMutatorImpl) this.connection.getBufferedMutator(

0 commit comments

Comments
 (0)