INT-2400 More expected-type Fixes

CollectionFilter in core; package changes in security.

Backport to 2.0.x
This commit is contained in:
Gary Russell
2012-01-13 13:40:40 -05:00
parent d4e9cf5d83
commit a03d2a3e23

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>