Skip to content

Commit

Permalink
Fix typo in amqp.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gonmmarques authored and garyrussell committed Dec 14, 2022
1 parent 27f3e54 commit f1dd244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/asciidoc/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3937,7 +3937,7 @@ See <<java-deserialization>> 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]]
Expand Down

0 comments on commit f1dd244

Please sign in to comment.