SPR-6037 - Ability to configure a XStream subclass on XStreamMarshaller

This commit is contained in:
Arjen Poutsma
2009-08-26 09:36:50 +00:00
parent 04cd95ff50
commit 5c2d63745f

View File

@@ -111,7 +111,7 @@ public class XStreamMarshaller extends AbstractMarshaller implements Initializin
/**
* Returns the XStream instance used by this marshaller.
*/
public final XStream getXStream() {
public XStream getXStream() {
return xstream;
}