From c88a6580d9e0143ce9c84da346d4dc49fe4e2ebd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Montalv=C3=A3o=20Marques?= <9379664+GonMMarques@users.noreply.github.com> Date: Wed, 14 Dec 2022 14:41:14 +0000 Subject: [PATCH] Fix typo in amqp.adoc --- src/reference/asciidoc/amqp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/amqp.adoc b/src/reference/asciidoc/amqp.adoc index 091bff69..77109b16 100644 --- a/src/reference/asciidoc/amqp.adoc +++ b/src/reference/asciidoc/amqp.adoc @@ -3976,7 +3976,7 @@ See <> for important information. ====== Converting To a `Message` When converting to a `Message` from an arbitrary Java Object, the `SimpleMessageConverter` likewise deals with byte arrays, strings, and serializable instances. -It converts each of these to bytes (in the case of byte arrays, there is nothing to convert), and it ses the content-type property accordingly. +It converts each of these to bytes (in the case of byte arrays, there is nothing to convert), and it sets the content-type property accordingly. If the `Object` to be converted does not match one of those types, the `Message` body is null. [[serializer-message-converter]]