1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 07:35:24 +02:00

[cleanup] compiler warning

This commit is contained in:
Martin Oberhuber 2007-04-02 14:35:58 +00:00
parent 944255ff21
commit 7a02d4fec2

View file

@ -98,7 +98,7 @@ public class CreateRemoteProjectActionDelegate implements IActionDelegate {
catch (CoreException e)
{
e.printStackTrace();
SystemBasePlugin.logError("Error creating temp project", e);
SystemBasePlugin.logError("Error creating temp project", e); //$NON-NLS-1$
}
catch (Exception e)
{