Skip to content

Commit

Permalink
fix cluster mode query config type is null (alibaba#4579)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann committed Dec 28, 2020
1 parent 5236287 commit dd854e3
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ public class ConfigAllInfo extends ConfigInfo {

private String effect;

private String type;

private String schema;

private String configTags;
Expand Down Expand Up @@ -103,15 +101,7 @@ public String getEffect() {
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;
}
Expand Down

0 comments on commit dd854e3

Please sign in to comment.