Changed expected-type in XSD from RequestMapper to InboundRequestMapper to match the recent refactoring.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user