Skip to content

Commit 09d6b76

Browse files
committed
More doc fixes
Fix Java syntax rendering leak.
1 parent 70db967 commit 09d6b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/handler-advice.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ When you use the Java DSL, you can add the interceptor to the endpoint's advice
848848
public IntegrationFlow flow() {
849849
...
850850
.handle("someBean", "someMethod",
851-
e -> e.advice(idempotentReceiverInterceptor())
851+
e -> e.advice(idempotentReceiverInterceptor()))
852852
...
853853
}
854854
----

0 commit comments

Comments
 (0)