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

@@ -294,7 +294,7 @@ the factory, the connection will be closed after a response is received.
<xsd:annotation>
<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:documentation>
@@ -308,7 +308,7 @@ would normally be the same but this is not required.
<xsd:annotation>
<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:documentation>