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.
|
||||
*/
|
||||
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();
|
||||
|
|
Loading…
Add table
Reference in a new issue