Skip to content

Commit 0a0c841

Browse files
authored
docs: fix name of overriden method (#2684)
1 parent e6c0cc3 commit 0a0c841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-kafka-docs/src/main/asciidoc/retrytopic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ See <<retry-topic-global-settings>> for more information.
477477
----
478478
479479
@Override
480-
protected void manageNonBlockingRetriesFatalExceptions(List<Class<? extends Throwable>> nonBlockingFatalExceptions) {
480+
protected void manageNonBlockingFatalExceptions(List<Class<? extends Throwable>> nonBlockingFatalExceptions) {
481481
nonBlockingFatalExceptions.add(MyNonBlockingException.class);
482482
}
483483

0 commit comments

Comments
 (0)