From d36fd7852bb546154044c4c151c9f1d5d76c0d99 Mon Sep 17 00:00:00 2001 From: Gleimar Botelho Baleeiro Date: Wed, 8 Nov 2023 18:24:21 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20acentua=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/com/rjconsultores/ventaboletos/FlyWay.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/FlyWay.java b/src/com/rjconsultores/ventaboletos/FlyWay.java index 1d2b34e83..52a47f605 100644 --- a/src/com/rjconsultores/ventaboletos/FlyWay.java +++ b/src/com/rjconsultores/ventaboletos/FlyWay.java @@ -151,7 +151,7 @@ public class FlyWay { try{ String ambiente = System.getProperty("ambiente") ==null || System.getProperty("ambiente").isEmpty() ? "" : System.getProperty("ambiente"); if( (AMBIENTE_DEV.equalsIgnoreCase(ambiente) && AMBIENTE_CONSULTA.equalsIgnoreCase(ambiente)) && Boolean.FALSE.equals(isReloadFlyway) ) { - log.warn("Flyway n�o executado. Ambiente = dev ou consulta"); + log.warn("Flyway não executado. Ambiente = dev ou consulta"); return true; }