From 24abd5b2cc608eb58cf4e3ce9d5a794b57228719 Mon Sep 17 00:00:00 2001 From: Fabio Date: Wed, 6 Nov 2024 20:19:55 -0300 Subject: [PATCH] teste de commit --- .../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 ea0fd74f9..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) {