bug#AL-1802

master
Fabio Faria 2022-11-23 11:20:09 -03:00
parent 724256a441
commit 36916f18be
1 changed files with 0 additions and 5 deletions

View File

@ -2,11 +2,6 @@ package com.rjconsultores.ventaboletos.web.utilerias.spring;
import org.springframework.context.ApplicationContext; 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 { public class AppContext {
private static ApplicationContext ctx; private static ApplicationContext ctx;