Skip to content

Commit 0ceea84

Browse files
committed
GH-3089: Fix import
1 parent 841a91d commit 0ceea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-amqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpBaseInboundGatewaySpec.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
package org.springframework.integration.amqp.dsl;
1818

19-
import org.springframework.amqp.rabbit.core.support.BatchingStrategy;
19+
import org.springframework.amqp.rabbit.batch.BatchingStrategy;
2020
import org.springframework.amqp.support.converter.MessageConverter;
2121
import org.springframework.integration.amqp.inbound.AmqpInboundGateway;
2222
import org.springframework.integration.amqp.support.AmqpHeaderMapper;

0 commit comments

Comments
 (0)