diff --git a/Flyway/src/com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java b/Flyway/src/com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java index a5108337b..ea0fd74f9 100644 --- a/Flyway/src/com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java +++ b/Flyway/src/com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java @@ -9,7 +9,7 @@ public class FlyWayCustomDetail { private Date datetimeExecute; public FlyWayCustomDetail() { - super(); + super(); } public FlyWayCustomDetail(String version, String sql, String errorCode, Date datetimeExecute) {