Fix expected type for listener-container attr

This commit is contained in:
Kevin Mooney
2015-04-15 10:44:10 -05:00
committed by Artem Bilan
parent 790d899953
commit df652634a5

View File

@@ -551,7 +551,7 @@
</xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.kafka.core.ConnectionFactory"/>
<tool:expected-type type="org.springframework.integration.kafka.listener.KafkaMessageListenerContainer"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>