mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
[formatting] removed obsolete tab
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
parent
87e7b088e3
commit
077b26c5ca
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class DefaultGlobalScopeProvider extends AbstractGlobalScopeProvider {
|
|||
List<IContainer> result = null;
|
||||
result = cache.get(cacheKey);
|
||||
if (result == null) {
|
||||
result = containerManager.getVisibleContainers(description, resourceDescriptions);
|
||||
result = containerManager.getVisibleContainers(description, resourceDescriptions);
|
||||
// SZ: I'ld like this dependency to be moved to the implementation of the
|
||||
// container manager, but it is not aware of a CacheAdapter
|
||||
if (resourceDescriptions instanceof IResourceDescription.Event.Source) {
|
||||
|
|
Loading…
Reference in a new issue