bug#AL-1802

master
Fabio Faria 2022-11-23 09:52:50 -03:00
parent 46b03ada41
commit ca73f52418
1 changed files with 1 additions and 2 deletions

View File

@ -10,7 +10,6 @@ import org.springframework.context.ApplicationContext;
* This class provides application-wide access to the Spring ApplicationContext.
* The ApplicationContext is injected by the class "ApplicationContextProvider".
*
* @author Siegfried Bolz
*/
public class AppContext {
@ -32,4 +31,4 @@ public class AppContext {
public static ApplicationContext getApplicationContext() {
return ctx;
}
}
}