1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

cleanup: $NON-NLS

This commit is contained in:
Andrew Gvozdev 2010-02-19 05:15:49 +00:00
parent 42a0f65b76
commit 2410fcc59a

View file

@ -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];
}