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