git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@23945 d1611594-4594-4d17-8e1d-87c2c4800839
parent
f3aabcda02
commit
087f2384dd
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue