From ed021946444a982779382f39d73c72b550224a61 Mon Sep 17 00:00:00 2001 From: Markus Schorn Date: Fri, 2 Jul 2010 07:34:52 +0000 Subject: [PATCH] Bug 318463: Project Description is loaded although using flag GET_IF_LOADDED --- .../core/settings/model/xml/XmlProjectDescriptionStorage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml/XmlProjectDescriptionStorage.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml/XmlProjectDescriptionStorage.java index eff1d04a8f0..2c355721078 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml/XmlProjectDescriptionStorage.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml/XmlProjectDescriptionStorage.java @@ -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();