INT-1614 removed the 'remotePredicate' from the MessageSource, it is defined on the synchronizer
This commit is contained in:
@@ -29,7 +29,7 @@ import com.jcraft.jsch.ChannelSftp.LsEntry;
|
||||
* @author Mark Fisher
|
||||
* @since 2.0
|
||||
*/
|
||||
public class SftpInboundFileSynchronizer extends AbstractInboundFileSynchronizer<LsEntry> {
|
||||
class SftpInboundFileSynchronizer extends AbstractInboundFileSynchronizer<LsEntry> {
|
||||
|
||||
public SftpInboundFileSynchronizer(SessionFactory sessionFactory) {
|
||||
super(sessionFactory);
|
||||
|
||||
Reference in New Issue
Block a user