Skip to content

Commit 8101c1b

Browse files
committed
INT-4505: Fix package tangle
JIRA: https://jira.spring.io/browse/INT-4505
1 parent 26bc248 commit 8101c1b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.integration.file.remote.session;
17+
package org.springframework.integration.file.remote.aop;
1818

1919
import java.util.ArrayList;
2020
import java.util.Iterator;
@@ -26,6 +26,7 @@
2626
import org.springframework.integration.aop.AbstractMessageSourceAdvice;
2727
import org.springframework.integration.core.MessageSource;
2828
import org.springframework.integration.file.remote.AbstractRemoteFileStreamingMessageSource;
29+
import org.springframework.integration.file.remote.session.DelegatingSessionFactory;
2930
import org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizingMessageSource;
3031
import org.springframework.messaging.Message;
3132
import org.springframework.util.Assert;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Provides classes related to AOP.
3+
*/
4+
package org.springframework.integration.file.remote.aop;

spring-integration-ftp/src/test/java/org/springframework/integration/ftp/inbound/RotatingServersTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
import org.springframework.integration.dsl.IntegrationFlows;
4242
import org.springframework.integration.dsl.channel.MessageChannels;
4343
import org.springframework.integration.dsl.Pollers;
44+
import org.springframework.integration.file.remote.aop.RotatingServerAdvice;
45+
import org.springframework.integration.file.remote.aop.RotatingServerAdvice.KeyDirectory;
4446
import org.springframework.integration.file.remote.session.CachingSessionFactory;
4547
import org.springframework.integration.file.remote.session.DefaultSessionFactoryLocator;
4648
import org.springframework.integration.file.remote.session.DelegatingSessionFactory;
47-
import org.springframework.integration.file.remote.session.RotatingServerAdvice;
48-
import org.springframework.integration.file.remote.session.RotatingServerAdvice.KeyDirectory;
4949
import org.springframework.integration.file.remote.session.Session;
5050
import org.springframework.integration.file.remote.session.SessionFactory;
5151
import org.springframework.integration.file.remote.session.SessionFactoryLocator;

0 commit comments

Comments
 (0)