diff --git a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java index 2051520ea..f7baad8ff 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java @@ -1344,4 +1344,5 @@ public class PuntoVenta implements Serializable, Auditavel { public String getTextoInclusaoExclusao() { return String.format("ID [%s]", getPuntoventaId()); } + } \ No newline at end of file