diff --git a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java index c317d6b13..4210b4f91 100644 --- a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java +++ b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java @@ -1,3 +1,7 @@ +/* + * 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; @@ -20,4 +24,4 @@ public class ApplicationContextProvider implements ApplicationContextAware { // Wiring the ApplicationContext into a static method AppContext.setApplicationContext(ctx); } -} \ No newline at end of file +}