From ca73f52418f504cb8e2ce0d2ba44f9564992a369 Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Wed, 23 Nov 2022 09:52:50 -0300 Subject: [PATCH] bug#AL-1802 --- .../ventaboletos/web/utilerias/spring/AppContext.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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