mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Adjusted comments.
This commit is contained in:
parent
fc6b186ee6
commit
21bec6fcb4
1 changed files with 2 additions and 3 deletions
|
@ -233,9 +233,8 @@ public class PDOMManager implements IWritableIndexManager, IListener {
|
||||||
* Called from a job after plugin start.
|
* Called from a job after plugin start.
|
||||||
*/
|
*/
|
||||||
protected void postStartup() {
|
protected void postStartup() {
|
||||||
// the model listener is attached outside of the job in
|
// The model listener is attached outside of the job in order to avoid a race condition
|
||||||
// order to avoid a race condition where its not noticed
|
// where it is not noticed that new projects are being created.
|
||||||
// that new projects are being created
|
|
||||||
InstanceScope.INSTANCE.getNode(CCorePlugin.PLUGIN_ID).addPreferenceChangeListener(fPreferenceChangeListener);
|
InstanceScope.INSTANCE.getNode(CCorePlugin.PLUGIN_ID).addPreferenceChangeListener(fPreferenceChangeListener);
|
||||||
Job.getJobManager().addJobChangeListener(fJobChangeListener);
|
Job.getJobManager().addJobChangeListener(fJobChangeListener);
|
||||||
adjustCacheSize();
|
adjustCacheSize();
|
||||||
|
|
Loading…
Add table
Reference in a new issue