1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

[cleanup] comment on connect.

This commit is contained in:
David Dykstal 2006-10-11 15:50:17 +00:00
parent 3c048f23c4
commit bb659455ce

View file

@ -341,8 +341,7 @@ public interface ISubSystem extends ISystemFilterPoolReferenceManagerProvider, I
public boolean isOffline();
/**
* Connect to the remote system.
* This uses Display.syncExec to get an active Shell and then calls connect(Shell)
* Connect to the remote system. Does not force a prompt for a password.
*/
public void connect() throws Exception;