Skip to content

Commit 439d9ca

Browse files
artembilanspring-builds
authored andcommitted
Fix missed import in the HandlerAdapter
(cherry picked from commit c5d3322)
1 parent 1171c9d commit 439d9ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2024 the original author or authors.
2+
* Copyright 2015-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
1616

1717
package org.springframework.kafka.listener.adapter;
1818

19+
import java.lang.reflect.Method;
1920

2021
import org.springframework.core.KotlinDetector;
2122
import org.springframework.lang.Nullable;

0 commit comments

Comments
 (0)