diff --git a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java index f90b46633..8afccbe51 100644 --- a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java +++ b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java @@ -10,7 +10,6 @@ import org.springframework.context.ApplicationContext; * This class provides application-wide access to the Spring ApplicationContext. * The ApplicationContext is injected by the class "ApplicationContextProvider". * - * @author Siegfried Bolz */ public class AppContext { @@ -32,4 +31,4 @@ public class AppContext { public static ApplicationContext getApplicationContext() { return ctx; } -} +} \ No newline at end of file