INT-1487 updated some test config references to commons.serializer as well as tooling annotations in schemas

This commit is contained in:
Mark Fisher
2010-10-22 21:50:09 -05:00
parent 180753ca5b
commit d0ef062c2e
7 changed files with 14 additions and 14 deletions

View File

@@ -1707,7 +1707,7 @@
</xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.commons.serializer.Serializer" />
<tool:expected-type type="org.springframework.core.serializer.Serializer" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
@@ -1741,7 +1741,7 @@
</xsd:documentation>
<xsd:appinfo>
<tool:annotation kind="ref">
<tool:expected-type type="org.springframework.commons.serializer.Deserializer" />
<tool:expected-type type="org.springframework.core.serializer.Deserializer" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>