Merge pull request #318 from garyrussell/INT-2400a

INT-2400 More expected-type Fixes
This commit is contained in:
Mark Fisher
2012-01-13 14:26:04 -05:00
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>