INT-1614 removed the 'remotePredicate' from the MessageSource, it is defined on the synchronizer

This commit is contained in:
Mark Fisher
2010-11-21 23:24:14 -05:00
parent deccbc5c08
commit d1e45f79e0
2 changed files with 2 additions and 16 deletions

View File

@@ -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);