Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
[formatting] removed obsolete tab
Browse files Browse the repository at this point in the history
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
  • Loading branch information
Karsten Thoms committed Aug 24, 2017
1 parent 87e7b08 commit 077b26c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ protected List<IContainer> getVisibleContainers(Resource resource) {
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) {
Expand Down

0 comments on commit 077b26c

Please sign in to comment.