1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Adjusted comments.

This commit is contained in:
Sergey Prigogin 2012-09-06 16:00:06 -07:00
parent fc6b186ee6
commit 21bec6fcb4

View file

@ -233,9 +233,8 @@ public class PDOMManager implements IWritableIndexManager, IListener {
* Called from a job after plugin start.
*/
protected void postStartup() {
// the model listener is attached outside of the job in
// order to avoid a race condition where its not noticed
// that new projects are being created
// The model listener is attached outside of the job in order to avoid a race condition
// where it is not noticed that new projects are being created.
InstanceScope.INSTANCE.getNode(CCorePlugin.PLUGIN_ID).addPreferenceChangeListener(fPreferenceChangeListener);
Job.getJobManager().addJobChangeListener(fJobChangeListener);
adjustCacheSize();