mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-06 18:13:10 +02:00
[cleanup] Fix compiler warnings
This commit is contained in:
parent
aa98dd9091
commit
623267a0ad
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ import org.eclipse.swt.widgets.Display;
|
|||
|
||||
public class DownloadJob extends Job
|
||||
{
|
||||
public class OpenEditorRunnable implements Runnable
|
||||
public static class OpenEditorRunnable implements Runnable
|
||||
{
|
||||
private ISystemEditableRemoteObject _editable;
|
||||
public OpenEditorRunnable(ISystemEditableRemoteObject editable)
|
||||
|
|
Loading…
Add table
Reference in a new issue