mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
[cleanup] compiler warnings
This commit is contained in:
parent
e9e70a23e6
commit
6fec0fe127
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ import org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteCmdSubSystem;
|
|||
import org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteOutput;
|
||||
import org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem.ServiceCommandShell;
|
||||
|
||||
public class SshServiceCommandShell extends ServiceCommandShell implements ISystemOutputRemoteTypes
|
||||
public class SshServiceCommandShell extends ServiceCommandShell
|
||||
{
|
||||
private Patterns _patterns;
|
||||
private String _curCommand;
|
||||
|
|
Loading…
Add table
Reference in a new issue