mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Cosmetics.
This commit is contained in:
parent
bcf7ea67a0
commit
4080c880f1
1 changed files with 6 additions and 7 deletions
|
@ -28,8 +28,7 @@ public class CommonSourceLookupDirector extends CSourceLookupDirector {
|
|||
super.setSourceContainers(containers);
|
||||
CDebugCorePlugin.getDefault().getPluginPreferences().setValue(ICDebugInternalConstants.PREF_COMMON_SOURCE_CONTAINERS, getMemento());
|
||||
CDebugCorePlugin.getDefault().savePluginPreferences();
|
||||
}
|
||||
catch( CoreException e ) {
|
||||
} catch (CoreException e) {
|
||||
CDebugCorePlugin.log(e.getStatus());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue