XStreamMarshaller lazily creates fallback XppDriver

Issue: SPR-11635
(cherry picked from commit 8f28a93)
This commit is contained in:
Juergen Hoeller
2014-04-09 17:42:45 +02:00
parent 38cd79047a
commit 294545d07a
2 changed files with 13 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ public class XStreamUnmarshallerTests {
private XStreamMarshaller unmarshaller;
@Before
public void creteUnmarshaller() throws Exception {
public void createUnmarshaller() throws Exception {
unmarshaller = new XStreamMarshaller();
Map<String, Class<?>> aliases = new HashMap<String, Class<?>>();
aliases.put("flight", Flight.class);