INT-2400 More expected-type Fixes

CollectionFilter in core; package changes in security.
This commit is contained in:
Gary Russell
2012-01-13 13:40:40 -05:00
parent 10a384a6d1
commit 4872876e4f
3 changed files with 6 additions and 6 deletions

View File

@@ -747,11 +747,11 @@
<xsd:attribute name="filter" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
Reference to the implementation of org.springframework.integration.util.ElementFilter.
Reference to the implementation of org.springframework.integration.util.CollectionFilter.
</xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.integration.util.ElementFilter" />
<tool:expected-type type="org.springframework.integration.util.CollectionFilter" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>

View File

@@ -23,7 +23,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.security.AuthenticationManager"/>
<tool:expected-type type="org.springframework.security.authentication.AuthenticationManager"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
@@ -32,7 +32,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.security.AccessDecisionManager"/>
<tool:expected-type type="org.springframework.security.access.AccessDecisionManager"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>

View File

@@ -23,7 +23,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.security.AuthenticationManager"/>
<tool:expected-type type="org.springframework.security.authentication.AuthenticationManager"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
@@ -32,7 +32,7 @@
<xsd:annotation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.security.AccessDecisionManager"/>
<tool:expected-type type="org.springframework.security.access.AccessDecisionManager"/>
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>