From 339a734c81380e149e21dc54ddfc8eb2349021b6 Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Wed, 23 Nov 2022 10:26:28 -0300 Subject: [PATCH] bug#AL-1802 --- .../web/utilerias/spring/ApplicationContextProvider.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java index 4210b4f91..c317d6b13 100644 --- a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java +++ b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java @@ -1,7 +1,3 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package com.rjconsultores.ventaboletos.web.utilerias.spring; import org.springframework.beans.BeansException; @@ -24,4 +20,4 @@ public class ApplicationContextProvider implements ApplicationContextAware { // Wiring the ApplicationContext into a static method AppContext.setApplicationContext(ctx); } -} +} \ No newline at end of file