Commit eea1cbd3 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

added todo

parent 3a97b2de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,8 @@ import de.ugoe.cs.swe.tTCN3.TTCN3Package;
import de.ugoe.cs.swe.validation.TTCN3StatisticsProvider;

public class TTCN3GlobalScopeProvider extends AbstractGlobalScopeProvider {
	
	// TODO: do not use this map when using the xtext eclipse editor
	private static final Map<Resource, IScope> staticScope = Maps.newHashMap();

	@Inject