mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
- Fix User.parameter Conflict on JSON
This commit is contained in:
parent
b4f036745f
commit
e0a67fe1d7
@ -104,10 +104,6 @@ public class User
|
|||||||
this.allowSendEmail = allowSendEmail;
|
this.allowSendEmail = allowSendEmail;
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean getAllowSendEmail() {
|
|
||||||
return allowSendEmail;
|
|
||||||
}
|
|
||||||
|
|
||||||
public boolean equals(Object o) {
|
public boolean equals(Object o) {
|
||||||
if (this == o) return true;
|
if (this == o) return true;
|
||||||
if (o == null || getClass() != o.getClass()) return false;
|
if (o == null || getClass() != o.getClass()) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user