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:
parent
42a0f65b76
commit
2410fcc59a
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue