fix cluster mode query config type is null (#4579)

This commit is contained in:
haoyann 2020-12-28 09:48:11 +08:00 committed by GitHub
parent 5236287fdb
commit dd854e3b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,8 +39,6 @@ public class ConfigAllInfo extends ConfigInfo {
private String effect;
private String type;
private String schema;
private String configTags;
@ -103,15 +101,7 @@ public class ConfigAllInfo extends ConfigInfo {
public void setEffect(String effect) {
this.effect = effect;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
public String getSchema() {
return schema;
}