From 724256a44151debd4b6d911611ae0333af5a55f3 Mon Sep 17 00:00:00 2001 From: Fabio Faria Date: Wed, 23 Nov 2022 11:15:16 -0300 Subject: [PATCH] bug#AL-1802 --- .../utilerias/spring/ApplicationContextProvider.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java index c317d6b13..59219640e 100644 --- a/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java +++ b/src/com/rjconsultores/ventaboletos/web/utilerias/spring/ApplicationContextProvider.java @@ -4,16 +4,6 @@ import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; -/** - * This class provides an application-wide access to the - * Spring ApplicationContext! The ApplicationContext is - * injected in a static method of the class "AppContext". - * - * Use AppContext.getApplicationContext() to get access - * to all Spring Beans. - * - * @author Siegfried Bolz - */ public class ApplicationContextProvider implements ApplicationContextAware { public void setApplicationContext(ApplicationContext ctx) throws BeansException {