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;