From dc59cb4e0c56dd9f1c1e4157d1aa2cff70faf24b Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Thu, 28 Feb 2019 01:46:45 +0000 Subject: [PATCH] fixes bug#13611 dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@90371 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java index 5da041b6d..00526db87 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java +++ b/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java @@ -117,6 +117,7 @@ public class MyAppInit implements org.zkoss.zk.ui.util.WebAppInit { private void customToDatabase() { + log.info("Executando customToDatabase..."); ApplicationProperties.getInstance().readConfigurationToDatabase(); }