From 7e26e97f78d0d772d36e77834540ac324e51912d Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 17 Dec 2010 10:59:01 -0500 Subject: [PATCH] doc polish --- docs/src/reference/docbook/xmpp.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/src/reference/docbook/xmpp.xml b/docs/src/reference/docbook/xmpp.xml index c17bab7669..9651845bce 100644 --- a/docs/src/reference/docbook/xmpp.xml +++ b/docs/src/reference/docbook/xmpp.xml @@ -197,11 +197,9 @@ xsi:schemaLocation="http://www.springframework.org/schema/integration/xmpp - - If you are relying on default naming convention for XMPP Connection bean (described earlier) and you only have one - XMPP Connection bean configured in your Application Context, you may omit the xmpp-connection attribute and - rely on the default naming convention. The bean with the name xmppConnection will be located and - injected into the adapters. + If you are relying on the default naming convention for an XMPP Connection bean (described earlier), and you have only one + XMPP Connection bean configured in your Application Context, you may omit the xmpp-connection attribute. + In that case, the bean with the name xmppConnection will be located and injected into the adapter.