Skip to content

Commit

Permalink
Fix Checkstyle violation for imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 11, 2024
1 parent 9942e3c commit cc7a5f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
import java.util.List;
import java.util.Optional;

import com.rabbitmq.client.Channel;

import org.springframework.amqp.core.MessageProperties;
import org.springframework.amqp.rabbit.listener.api.RabbitListenerErrorHandler;
import org.springframework.amqp.rabbit.support.ListenerExecutionFailedException;
Expand All @@ -47,6 +45,8 @@
import org.springframework.util.Assert;
import org.springframework.util.TypeUtils;

import com.rabbitmq.client.Channel;

/**
* A {@link org.springframework.amqp.core.MessageListener MessageListener}
* adapter that invokes a configurable {@link HandlerAdapter}.
Expand Down

0 comments on commit cc7a5f0

Please sign in to comment.