INT-3522: MQTT XSD: Fix client-factory attr type

JIRA: https://jira.spring.io/browse/INT-3522
This commit is contained in:
王小冋
2014-09-26 14:50:46 +08:00
committed by Artem Bilan
parent 507b84021e
commit a46da286db

View File

@@ -200,7 +200,7 @@
override the defaults. Default is DefaultMqttClientFactory.
]]></xsd:documentation>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.mqtt.support.MqttMessageConverter" />
<tool:expected-type type="org.springframework.integration.mqtt.core.MqttPahoClientFactory" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>