File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
java/src/main/java/com/genexus Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,12 @@ public class Application
4040 private static Boolean isJMXEnabled ;
4141
4242 public static Class gxCfg = ApplicationContext .getInstance ().getClass ();
43- //public static ModelContext clientContext;
4443 private static Vector <ICleanedup > toCleanup = new Vector <>();
4544 static LocalUtil localUtil ;
4645 static Class ClassName = null ;
4746
4847 private static volatile ExternalProvider externalProvider = null ;
4948 private static volatile ExternalProvider externalProviderAPI = null ;
50- private static volatile HashMap <String , Object > services = new HashMap <>();
5149 private static Object objectLock = new Object ();
5250 private static volatile boolean initialized = false ;
5351
You can’t perform that action at this time.
0 commit comments