- Fix User.parameter Conflict on JSON
parent
b4f036745f
commit
e0a67fe1d7
|
@ -104,10 +104,6 @@ public class User
|
|||
this.allowSendEmail = allowSendEmail;
|
||||
}
|
||||
|
||||
public boolean getAllowSendEmail() {
|
||||
return allowSendEmail;
|
||||
}
|
||||
|
||||
public boolean equals(Object o) {
|
||||
if (this == o) return true;
|
||||
if (o == null || getClass() != o.getClass()) return false;
|
||||
|
|
Loading…
Reference in New Issue