1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00

Fix ssh does require a user id

This commit is contained in:
Martin Oberhuber 2006-08-25 13:28:53 +00:00
parent 8845099d9d
commit e3e179d5a2

View file

@ -702,12 +702,4 @@ public class SshConnectorService extends AbstractConnectorService implements ISs
return false;
}
/**
* @return false
* @see org.eclipse.rse.core.subsystems.AbstractConnectorService#requiresUserId()
*/
public boolean requiresUserId() {
return false;
}
}