From 36916f18be7cfd1ccd2bfa095416ee3368fcb52e Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Wed, 23 Nov 2022 11:20:09 -0300 Subject: [PATCH] bug#AL-1802 --- .../ventaboletos/web/utilerias/spring/AppContext.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java index dbb8aa280..f03d292ff 100644 --- a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java +++ b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/AppContext.java @@ -2,11 +2,6 @@ package com.rjconsultores.ventaboletos.web.utilerias.spring; import org.springframework.context.ApplicationContext; -/** - * This class provides application-wide access to the Spring ApplicationContext. - * The ApplicationContext is injected by the class "ApplicationContextProvider". - * - */ public class AppContext { private static ApplicationContext ctx;