From bb659455ce19be7da60d45a777db8e82ab2b44aa Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Wed, 11 Oct 2006 15:50:17 +0000 Subject: [PATCH] [cleanup] comment on connect. --- .../src/org/eclipse/rse/core/subsystems/ISubSystem.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java index 80cca54a32c..04b04ed2bd4 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/subsystems/ISubSystem.java @@ -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;