INT-1614 made createClient method package private

This commit is contained in:
Oleg Zhurakousky
2010-11-22 08:34:58 -05:00
parent e4f64d9757
commit d2d0f861ca

View File

@@ -154,7 +154,7 @@ public abstract class AbstractFtpSessionFactory<T extends FTPClient> implements
}
}
protected T createClient() throws SocketException, IOException {
T createClient() throws SocketException, IOException {
T client = createSingleInstanceOfClient();
client.configure(config);