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-87c2c4800839
master
frederico 2019-07-24 18:19:20 +00:00
parent c5adf06b5c
commit d68506a014
1 changed files with 1 additions and 1 deletions

View File

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