Skip to content

Commit c4a6b5c

Browse files
committed
Merge branch 'obkv_support_fts' of github.com:oceanbase/obkv-table-client-java into obkv_support_fts
2 parents 0606891 + 249177d commit c4a6b5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/alipay/oceanbase/rpc/ObGlobal.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ public static boolean isCellTTLSupport() {
115115
public static final long OB_VERSION_4_3_0_0 = calcVersion(4, (short) 3, (byte) 0, (byte) 0);
116116

117117
public static final long OB_VERSION_4_3_4_0 = calcVersion(4, (short) 3, (byte) 4, (byte) 0);
118-
// todo @weifeng : change ob version to 4_3_5_1
119-
public static final long OB_VERSION_4_3_5_1 = calcVersion(4, (short) 3, (byte) 5, (byte) 0);
120118

121119
public static final long OB_VERSION_4_3_5_0 = calcVersion(4, (short) 3, (byte) 5, (byte) 0);
122120

0 commit comments

Comments
 (0)