From 9f952ab03114273877c72147ed36bcb5b90af215 Mon Sep 17 00:00:00 2001 From: Fabio Date: Thu, 7 Nov 2024 08:03:11 -0300 Subject: [PATCH] test --- .../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..952cf357b 100644 --- a/Flyway/src/com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java +++ b/Flyway/src/com/rjconsultores/ventaboletos/vo/FlyWayCustomDetail.java @@ -6,7 +6,7 @@ public class FlyWayCustomDetail { private String version; private String sql; private String errorCode; - private Date datetimeExecute; + private Date datetimeExecute; public FlyWayCustomDetail() { super();