File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-kafka/src/main/java/org/springframework/kafka/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public abstract class AbstractKafkaListenerContainerFactory<C extends AbstractMe
80
80
81
81
private ApplicationEventPublisher applicationEventPublisher ;
82
82
83
- private KafkaTemplate <K , V > replyTemplate ;
83
+ private KafkaTemplate <?, ? > replyTemplate ;
84
84
85
85
private AfterRollbackProcessor <K , V > afterRollbackProcessor ;
86
86
@@ -197,7 +197,7 @@ public void setApplicationEventPublisher(ApplicationEventPublisher applicationEv
197
197
* @param replyTemplate the template.
198
198
* @since 2.0
199
199
*/
200
- public void setReplyTemplate (KafkaTemplate <K , V > replyTemplate ) {
200
+ public void setReplyTemplate (KafkaTemplate <?, ? > replyTemplate ) {
201
201
this .replyTemplate = replyTemplate ;
202
202
}
203
203
You can’t perform that action at this time.
0 commit comments