1
0
Fork 0
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:
Martin Oberhuber 2007-01-30 22:02:36 +00:00
parent e9e70a23e6
commit 6fec0fe127

View file

@ -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;