Correção acentuação

master
Gleimar Botelho Baleeiro 2023-11-08 18:24:21 -03:00
parent 3a8c4f178e
commit d36fd7852b
1 changed files with 1 additions and 1 deletions

View File

@ -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<EFBFBD>o executado. Ambiente = dev ou consulta");
log.warn("Flyway não executado. Ambiente = dev ou consulta");
return true;
}