Changed expected-type in XSD from RequestMapper to InboundRequestMapper to match the recent refactoring.

This commit is contained in:
Mark Fisher
2009-03-19 22:44:32 +00:00
parent 064f6694f6
commit 788124ad9d

View File

@@ -51,7 +51,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.http.RequestMapper"/>
<tool:expected-type type="org.springframework.integration.http.InboundRequestMapper"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
@@ -84,7 +84,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.http.RequestMapper"/>
<tool:expected-type type="org.springframework.integration.http.InboundRequestMapper"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>