rodrigo 2013-01-29 18:24:34 +00:00
parent f3aabcda02
commit 087f2384dd
1 changed files with 0 additions and 1 deletions

View File

@ -223,7 +223,6 @@ public class Usuario implements Serializable, Authentication, UserDetails {
@Override @Override
public boolean equals(Object object) { public boolean equals(Object object) {
// TODO: Warning - this method won't work in the case the id fields are not set
if (!(object instanceof Usuario)) { if (!(object instanceof Usuario)) {
return false; return false;
} }