INT-4505: Fix package tangle

JIRA: https://jira.spring.io/browse/INT-4505
This commit is contained in:
Gary Russell
2018-07-24 16:26:07 -04:00
committed by Artem Bilan
parent 865e2162e5
commit d6c8baf50f
3 changed files with 8 additions and 3 deletions

View File

@@ -41,11 +41,11 @@ import org.springframework.integration.dsl.IntegrationFlow;
import org.springframework.integration.dsl.IntegrationFlows;
import org.springframework.integration.dsl.MessageChannels;
import org.springframework.integration.dsl.Pollers;
import org.springframework.integration.file.remote.aop.RotatingServerAdvice;
import org.springframework.integration.file.remote.aop.RotatingServerAdvice.KeyDirectory;
import org.springframework.integration.file.remote.session.CachingSessionFactory;
import org.springframework.integration.file.remote.session.DefaultSessionFactoryLocator;
import org.springframework.integration.file.remote.session.DelegatingSessionFactory;
import org.springframework.integration.file.remote.session.RotatingServerAdvice;
import org.springframework.integration.file.remote.session.RotatingServerAdvice.KeyDirectory;
import org.springframework.integration.file.remote.session.Session;
import org.springframework.integration.file.remote.session.SessionFactory;
import org.springframework.integration.file.remote.session.SessionFactoryLocator;