INT-1614 removed connect() call from constructor

This commit is contained in:
Mark Fisher
2010-11-19 21:24:11 -05:00
parent 44ca3a10c9
commit f14df7e59d

View File

@@ -109,7 +109,6 @@ public class SftpSession implements Session {
}
this.userInfo = new OptimisticUserInfoImpl(userPassword);
this.jschSession.setUserInfo(userInfo);
this.connect();
}
void connect() {