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:
parent
944255ff21
commit
7a02d4fec2
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue