GH-3027: RotatingServerAdvice enhancements

Fix checkstyle errors

Polishing - wrap code at 120, javadocs at 90; don't use this. on method calls
This commit is contained in:
David Turanski
2019-08-12 13:00:47 -04:00
committed by Gary Russell
parent baf875ce26
commit 03b6316d30
5 changed files with 248 additions and 150 deletions

View File

@@ -43,8 +43,8 @@ import org.springframework.integration.dsl.IntegrationFlows;
import org.springframework.integration.dsl.MessageChannels;
import org.springframework.integration.dsl.Pollers;
import org.springframework.integration.dsl.StandardIntegrationFlow;
import org.springframework.integration.file.remote.aop.KeyDirectory;
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;