Skip to content

Commit 1a0fdc6

Browse files
stirpartembilan
authored andcommitted
INT-3522: MQTT XSD: Fix client-factory attr type
JIRA: https://jira.spring.io/browse/INT-3522
1 parent a5bdddd commit 1a0fdc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-integration-mqtt/src/main/resources/org/springframework/integration/mqtt/config/xml/spring-integration-mqtt-4.1.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
override the defaults. Default is DefaultMqttClientFactory.
233233
]]></xsd:documentation>
234234
<tool:annotation kind="ref">
235-
<tool:expected-type type="org.springframework.integration.mqtt.support.MqttMessageConverter" />
235+
<tool:expected-type type="org.springframework.integration.mqtt.core.MqttPahoClientFactory" />
236236
</tool:annotation>
237237
</xsd:appinfo>
238238
</xsd:annotation>

0 commit comments

Comments
 (0)