Skip to content

Commit cc7a5f0

Browse files
committed
Fix Checkstyle violation for imports order
1 parent 9942e3c commit cc7a5f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/adapter/MessagingMessageListenerAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
import java.util.List;
2525
import java.util.Optional;
2626

27-
import com.rabbitmq.client.Channel;
28-
2927
import org.springframework.amqp.core.MessageProperties;
3028
import org.springframework.amqp.rabbit.listener.api.RabbitListenerErrorHandler;
3129
import org.springframework.amqp.rabbit.support.ListenerExecutionFailedException;
@@ -47,6 +45,8 @@
4745
import org.springframework.util.Assert;
4846
import org.springframework.util.TypeUtils;
4947

48+
import com.rabbitmq.client.Channel;
49+
5050
/**
5151
* A {@link org.springframework.amqp.core.MessageListener MessageListener}
5252
* adapter that invokes a configurable {@link HandlerAdapter}.

0 commit comments

Comments
 (0)