INT-1614 made createClient method package private
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user