mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-21 23:33:57 +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)
|
catch (CoreException e)
|
||||||
{
|
{
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
SystemBasePlugin.logError("Error creating temp project", e);
|
SystemBasePlugin.logError("Error creating temp project", e); //$NON-NLS-1$
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue