Skip to content

Commit

Permalink
Merge pull request alibaba#833 from systp/master
Browse files Browse the repository at this point in the history
Align attribute name
  • Loading branch information
xuechaos authored Feb 28, 2019
2 parents 9636e81 + f6527ed commit f62c66e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
public class IpAddressInfo implements Serializable {

private boolean valid;
private boolean valid;

private Map<String, String> metadata;

Expand All @@ -34,7 +34,7 @@ public class IpAddressInfo implements Serializable {

private Double weight;

private boolean enabled;
private boolean enabled;

public boolean isEnabled() {
return enabled;
Expand Down

0 comments on commit f62c66e

Please sign in to comment.