bug#AL-1802

master
Fabio Faria 2022-11-23 10:07:25 -03:00
parent 9d23a8ef72
commit b60a7711cc
1 changed files with 1 additions and 1 deletions

View File

@ -24,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);
} }
} }