From 9e094bcbd7ed6bcb0c4b6bc6beca6d826720e5f5 Mon Sep 17 00:00:00 2001 From: gleimar Date: Wed, 7 Aug 2013 20:01:30 +0000 Subject: [PATCH] =?UTF-8?q?ajuste=20acentua=C3=A7=C3=A3o=20texto=20de=20lo?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@29802 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java index 6dfb8c392..305e58f5d 100644 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java +++ b/src/java/com/rjconsultores/ventaboletos/web/utilerias/MyAppInit.java @@ -92,7 +92,7 @@ public class MyAppInit implements org.zkoss.zk.ui.util.WebAppInit { arrayHoraMinuto[1] = minuto; } catch (Exception e) { - log.error("Param hora geracion corrida inválido : " + constante.getValorconstante()); + log.error("Param hora geracion corrida invalido : " + constante.getValorconstante()); arrayHoraMinuto[0] = 1; arrayHoraMinuto[1] = 0; }