From 44592af0afd4b0cf89c377d5697ba7f0e455dd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aristides=20dos=20Reis=20J=C3=BAnior?= Date: Wed, 23 Oct 2024 14:26:10 -0300 Subject: [PATCH] fixes bug#AL-4274 --- .../rjconsultores/ventaboletos/entidad/EmpresaNequiConfig.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/entidad/EmpresaNequiConfig.java b/src/com/rjconsultores/ventaboletos/entidad/EmpresaNequiConfig.java index f963c6621..92657cb3f 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/EmpresaNequiConfig.java +++ b/src/com/rjconsultores/ventaboletos/entidad/EmpresaNequiConfig.java @@ -134,7 +134,5 @@ public class EmpresaNequiConfig implements Serializable { public void setUrlAuth(String urlAuth) { this.urlAuth = urlAuth; } - - } \ No newline at end of file