Commit 27093007 authored by Marco Descher's avatar Marco Descher
Browse files

[14358] Fix NPE in ContextService#createNamedContext

parent 0e766204
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ public class ContextService implements IContextService, EventHandler {
	@Activate
	public void activate(){
		root = new Context();
		contexts = new ConcurrentHashMap<>();
		eventDispatcherListener = new SelectionEventDispatcherListener();
		reloadEventDispatcherListener = new ReloadEventDispatcherListener();
		lockingEventDispatcherListener = new LockingEventDispatcherListener();