XStreamMarshaller lazily creates fallback XppDriver

Issue: SPR-11635
This commit is contained in:
Juergen Hoeller
2014-04-09 17:42:45 +02:00
parent 8d8766dda9
commit 8f28a9352e
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);