1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-12-08 01:56:45 +00:00
parent bcf7ea67a0
commit 4080c880f1

View file

@ -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());
}
}