From f7ba212b823a0a9708c704703e6487becd14da67 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 16 Jul 2018 09:23:11 +0200 Subject: [PATCH] GH-1417 Fixed default contentType in doc Resolves #1417 --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 10bf4102a..d1e1e1fb4 100644 --- a/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-core-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -1345,7 +1345,7 @@ contentType:: The content type of the channel. See "`<>`". + -Default: `null` (no type coercion is performed). +Default: `application/json`. binder:: The binder used by this binding. See "`<>`" for details.