Skip to content

Commit a27aa36

Browse files
committed
Fix Checkstyle violation for import order in the HandlerAdapter
1 parent 1f3a71c commit a27aa36

File tree

1 file changed

+1
-1
lines changed
  • spring-rabbit/src/main/java/org/springframework/amqp/rabbit/listener/adapter

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
import java.lang.reflect.Type;
2121
import java.util.concurrent.CompletableFuture;
2222

23-
import org.springframework.lang.Nullable;
2423
import org.springframework.core.KotlinDetector;
24+
import org.springframework.lang.Nullable;
2525
import org.springframework.messaging.Message;
2626
import org.springframework.messaging.handler.invocation.InvocableHandlerMethod;
2727

0 commit comments

Comments
 (0)