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;