mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 17:55: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
|
||||
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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue