Skip to content

Commit fd477e5

Browse files
committed
revert OcpResponseData constructors
1 parent 45b5ba1 commit fd477e5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/com/alipay/oceanbase/rpc/location/model/OcpResponseDataIDC.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
public class OcpResponseDataIDC {
2626
private String idc;
2727
private String region;
28-
public OcpResponseDataIDC() {}
2928

3029
/*
3130
* Get idc.

src/main/java/com/alipay/oceanbase/rpc/location/model/OcpResponseDataRs.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public class OcpResponseDataRs {
2323
private String address;
2424
private String role;
2525
private int sql_port;
26-
public OcpResponseDataRs() {}
2726

2827
/*
2928
* Get address.

0 commit comments

Comments
 (0)