From d68506a014786b57d1927f21e7fd715ed7e48c65 Mon Sep 17 00:00:00 2001 From: frederico Date: Wed, 24 Jul 2019 18:19:20 +0000 Subject: [PATCH] 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 --- src/com/rjconsultores/ventaboletos/entidad/GrupoCategoria.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/entidad/GrupoCategoria.java b/src/com/rjconsultores/ventaboletos/entidad/GrupoCategoria.java index 35d9bd44b..ead37c077 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/GrupoCategoria.java +++ b/src/com/rjconsultores/ventaboletos/entidad/GrupoCategoria.java @@ -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;