From 32d0f71e241b5c4a067424c840ee5a3b8063a331 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 6 Nov 2024 20:15:19 -0300 Subject: [PATCH] input --- .../com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {