1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 17:55:39 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-12-04 00:57:04 +00:00
parent 793940eb5e
commit 0391ede740
2 changed files with 27 additions and 29 deletions

View file

@ -78,7 +78,6 @@ public class CSourceLookupParticipant extends AbstractSourceLookupParticipant {
*/
@Override
public Object[] findSourceElements(Object object) throws CoreException {
// Check the cache
Object[] results = fCachedResults.get(object);
if (results != null)
@ -175,5 +174,4 @@ public class CSourceLookupParticipant extends AbstractSourceLookupParticipant {
((ISourceLookupChangeListener)listeners[i]).sourceContainersChanged(director);
super.sourceContainersChanged(director);
}
}