From 2410fcc59a8c23c6c9651a085f2e7a6650ca56f7 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Fri, 19 Feb 2010 05:15:49 +0000 Subject: [PATCH] cleanup: $NON-NLS --- .../core/settings/model/xml2/XmlProjectDescriptionStorage2.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/xml2/XmlProjectDescriptionStorage2.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml2/XmlProjectDescriptionStorage2.java index 713fc467c71..90ab70da3ce 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml2/XmlProjectDescriptionStorage2.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/settings/model/xml2/XmlProjectDescriptionStorage2.java @@ -103,7 +103,7 @@ public class XmlProjectDescriptionStorage2 extends XmlProjectDescriptionStorage } catch (CoreException e) { // STORAGE_FOLDER_NAME doesn't exist... or something went wrong during reload if (project.getFolder(STORAGE_FOLDER_NAME).exists()) - CCorePlugin.log("XmlProjectDescriptionStorage2: Problem checking for external modification: " + e.getMessage()); + CCorePlugin.log("XmlProjectDescriptionStorage2: Problem checking for external modification: " + e.getMessage()); //$NON-NLS-1$ } return needReload[0]; }