From 1ab977f84c25476dd27fb84003c230081d87603c Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 24 May 2011 15:05:38 -0400 Subject: [PATCH] typo in doc as pointed out in forum: http://forum.springsource.org/showthread.php?73703&p=363951#post363951 --- docs/src/reference/docbook/jms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/docbook/jms.xml b/docs/src/reference/docbook/jms.xml index c3f9860347..24246bddfb 100644 --- a/docs/src/reference/docbook/jms.xml +++ b/docs/src/reference/docbook/jms.xml @@ -248,7 +248,7 @@ Note, however, that when you provide your own MessageConverter instance, it will still be wrapped within the HeaderMappingMessageConverter. This means that the 'extract-request-payload' - and 'extract-reply-payload' properties may effect what actual objects are passed to your converter. The + and 'extract-reply-payload' properties may affect what actual objects are passed to your converter. The HeaderMappingMessageConverter itself simply delegates to a target MessageConverter while also mapping the Spring Integration MessageHeaders to JMS Message properties and vice-versa.