Skip to content

Commit f6f6e9d

Browse files
authored
Update the JavaDoc to reference the correct variable name (#4129)
Signed-off-by: Khan, C M Abdullah <[email protected]>
1 parent 6594f5b commit f6f6e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages/message-listener-container.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public void configureRecordInterceptor(AbstractKafkaListenerContainerFactory<Int
3838
compositeInterceptor = new CompositeRecordInterceptor<>();
3939
containerFactory.setRecordInterceptor(compositeInterceptor);
4040
if (previousInterceptor != null) {
41-
compositeRecordInterceptor.addRecordInterceptor(previousInterceptor);
41+
compositeInterceptor.addRecordInterceptor(previousInterceptor);
4242
}
4343
}
4444

0 commit comments

Comments
 (0)