Skip to content

Commit 8e1575b

Browse files
committed
Fix Copy/Paste Typo in KafkaListener
1 parent 912972c commit 8e1575b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka/src/main/java/org/springframework/kafka/annotation/KafkaListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
* expression is provided ({@code #{...}}), the expression can either evaluate to a
304304
* {@link org.springframework.kafka.listener.adapter.RecordFilterStrategy} instance or
305305
* a bean name.
306-
* @return the error handler.
306+
* @return the filter.
307307
* @since 2.8.4
308308
*/
309309
String filter() default "";

0 commit comments

Comments
 (0)