mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +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);
|
super.setSourceContainers(containers);
|
||||||
CDebugCorePlugin.getDefault().getPluginPreferences().setValue(ICDebugInternalConstants.PREF_COMMON_SOURCE_CONTAINERS, getMemento());
|
CDebugCorePlugin.getDefault().getPluginPreferences().setValue(ICDebugInternalConstants.PREF_COMMON_SOURCE_CONTAINERS, getMemento());
|
||||||
CDebugCorePlugin.getDefault().savePluginPreferences();
|
CDebugCorePlugin.getDefault().savePluginPreferences();
|
||||||
}
|
} catch (CoreException e) {
|
||||||
catch( CoreException e ) {
|
|
||||||
CDebugCorePlugin.log(e.getStatus());
|
CDebugCorePlugin.log(e.getStatus());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue