[formatting] removed obsolete tab

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
This commit is contained in:
Karsten Thoms 2017-08-24 16:05:23 +02:00
parent 87e7b088e3
commit 077b26c5ca

View file

@ -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) {