bug#AL-1802

master
Fabio Faria 2022-11-23 10:22:34 -03:00
parent b91bfe491d
commit 13362185c7
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.rjconsultores.ventaboletos.web.utilerias.spring; package com.rjconsultores.ventaboletos.web.utilerias.spring;
import org.springframework.beans.BeansException; import org.springframework.beans.BeansException;
@ -20,4 +24,4 @@ public class ApplicationContextProvider implements ApplicationContextAware {
// Wiring the ApplicationContext into a static method // Wiring the ApplicationContext into a static method
AppContext.setApplicationContext(ctx); AppContext.setApplicationContext(ctx);
} }
} }