- Fix User.parameter Conflict on JSON

This commit is contained in:
Paulo Gustavo Veiga 2012-09-14 22:43:47 -03:00
parent b4f036745f
commit e0a67fe1d7

View File

@ -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;