mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Bug 318463: Project Description is loaded although using flag GET_IF_LOADDED
This commit is contained in:
parent
0b0bf3d2e2
commit
ed02194644
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ public class XmlProjectDescriptionStorage extends AbstractCProjectDescriptionSto
|
|||
boolean released = false;
|
||||
try {
|
||||
// If the description is already loaded and has been modified externally, reload it
|
||||
load |= checkExternalModification();
|
||||
checkExternalModification();
|
||||
|
||||
// Acquire the (de)serializing lock
|
||||
serializingLock.acquire();
|
||||
|
|
Loading…
Add table
Reference in a new issue