bug#AL-1802
parent
46b03ada41
commit
ca73f52418
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue