Skip to content

Commit cb4ad95

Browse files
committed
Remove incorrect @nullable on ConversionException
1 parent 8178a67 commit cb4ad95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/support/converter/ConversionException.java

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public ConversionException(String message, Message<?> msg, Throwable cause) {
107107
* @return the record.
108108
* @since 2.7.2
109109
*/
110-
@Nullable
111110
public List<ConsumerRecord<?, ?>> getRecords() {
112111
return Collections.unmodifiableList(this.records);
113112
}

0 commit comments

Comments
 (0)