From f8601773810fd2bc18fefb301001e5e70abff79b Mon Sep 17 00:00:00 2001 From: Eugen Cristea Date: Sun, 28 Nov 2021 20:00:30 +0200 Subject: [PATCH] Content Type Negotiation message handler example fix --- docs/src/main/asciidoc/spring-cloud-stream.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-stream.adoc b/docs/src/main/asciidoc/spring-cloud-stream.adoc index f685d6cf5..d4f95285c 100644 --- a/docs/src/main/asciidoc/spring-cloud-stream.adoc +++ b/docs/src/main/asciidoc/spring-cloud-stream.adoc @@ -2514,7 +2514,7 @@ To better understand the mechanics and the necessity behind content-type negotia [source, java] ---- -public Function personFunction {..} +public Function personFunction {..} ---- NOTE: For simplicity, we assume that this is the only handler function in the application (we assume there is no internal pipeline).