fixed bug#15098
qua:Wallysson dev:Veloso git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@96080 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
c5adf06b5c
commit
d68506a014
|
@ -45,7 +45,7 @@ public class GrupoCategoria implements Serializable {
|
|||
public boolean equals(Object object) {
|
||||
// TODO: Warning - this method won't work in the case the id fields are
|
||||
// not set
|
||||
if (!(object instanceof Categoria)) {
|
||||
if (!(object instanceof GrupoCategoria)) {
|
||||
return false;
|
||||
}
|
||||
GrupoCategoria other = (GrupoCategoria) object;
|
||||
|
|
Loading…
Reference in New Issue