diff --git a/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java b/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java index e349c0cb3..a5f2298a8 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java +++ b/src/com/rjconsultores/ventaboletos/entidad/InstiFinanceira.java @@ -27,7 +27,7 @@ import javax.persistence.TemporalType; * @author Rafael */ @Entity -@SequenceGenerator(name = " INSTI_FINANCEIRA_SEQ", sequenceName = " INSTI_FINANCEIRA_SEQ", allocationSize = 1) +@SequenceGenerator(name = " INSTI_FINANCEIRA_SEQ", sequenceName = "INSTI_FINANCEIRA_SEQ", allocationSize = 1) @Table(name = "INSTI_FINANCEIRA") public class InstiFinanceira implements Serializable {