mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 03:05:39 +02:00
Cosmetics.
This commit is contained in:
parent
793940eb5e
commit
0391ede740
2 changed files with 27 additions and 29 deletions
|
@ -78,7 +78,6 @@ public class CSourceLookupParticipant extends AbstractSourceLookupParticipant {
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Object[] findSourceElements(Object object) throws CoreException {
|
public Object[] findSourceElements(Object object) throws CoreException {
|
||||||
|
|
||||||
// Check the cache
|
// Check the cache
|
||||||
Object[] results = fCachedResults.get(object);
|
Object[] results = fCachedResults.get(object);
|
||||||
if (results != null)
|
if (results != null)
|
||||||
|
@ -175,5 +174,4 @@ public class CSourceLookupParticipant extends AbstractSourceLookupParticipant {
|
||||||
((ISourceLookupChangeListener)listeners[i]).sourceContainersChanged(director);
|
((ISourceLookupChangeListener)listeners[i]).sourceContainersChanged(director);
|
||||||
super.sourceContainersChanged(director);
|
super.sourceContainersChanged(director);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue