1
0
Fork 0
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:
Markus Schorn 2010-07-02 07:34:52 +00:00
parent 0b0bf3d2e2
commit ed02194644

View file

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