Skip to content

Commit 637c1ed

Browse files
committed
Fix use of raw type
1 parent d8c2d23 commit 637c1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-rabbit/src/main/java/org/springframework/amqp/rabbit/AsyncRabbitTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public void confirm(@NonNull CorrelationData correlationData, boolean ack, @Null
641641
}
642642

643643
private String getOrSetCorrelationIdAndSetReplyTo(Message message,
644-
@Nullable AsyncCorrelationData correlationData) {
644+
@Nullable AsyncCorrelationData<?> correlationData) {
645645

646646
String correlationId;
647647
MessageProperties messageProperties = message.getMessageProperties();

0 commit comments

Comments
 (0)