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) {
|
public boolean equals(Object object) {
|
||||||
// TODO: Warning - this method won't work in the case the id fields are
|
// TODO: Warning - this method won't work in the case the id fields are
|
||||||
// not set
|
// not set
|
||||||
if (!(object instanceof Categoria)) {
|
if (!(object instanceof GrupoCategoria)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
GrupoCategoria other = (GrupoCategoria) object;
|
GrupoCategoria other = (GrupoCategoria) object;
|
||||||
|
|
Loading…
Reference in New Issue