Skip to content

Commit d59d565

Browse files
committed
delete useless getStart and getEnd interface in Partition
1 parent ef65f99 commit d59d565

File tree

1 file changed

+0
-8
lines changed
  • src/main/java/com/alipay/oceanbase/rpc/location/model/partition

1 file changed

+0
-8
lines changed

src/main/java/com/alipay/oceanbase/rpc/location/model/partition/Partition.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@ public long getLsId() {
9191
return this.lsId;
9292
}
9393

94-
public ObObj getStart() {
95-
return ObObj.getMin();
96-
}
97-
98-
public ObObj getEnd() {
99-
return ObObj.getMax();
100-
}
101-
10294
public String toString() {
10395
String msg = "The Partition info: partition_id = " + partitionId + ", part_id = " + partId
10496
+ ", table_id = " + tableId + ", ls_id = " + lsId + ", ip = " + ip

0 commit comments

Comments
 (0)