From 6d2834660e01e5195f8839c1c13a83c79c49e535 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 6 Nov 2024 20:11:48 -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 972ef1c76..a5108337b 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) {