Skip to content

Commit 5c2d637

Browse files
committed
SPR-6037 - Ability to configure a XStream subclass on XStreamMarshaller
1 parent 04cd95f commit 5c2d637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.springframework.oxm/src/main/java/org/springframework/oxm/xstream/XStreamMarshaller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public class XStreamMarshaller extends AbstractMarshaller implements Initializin
111111
/**
112112
* Returns the XStream instance used by this marshaller.
113113
*/
114-
public final XStream getXStream() {
114+
public XStream getXStream() {
115115
return xstream;
116116
}
117117

0 commit comments

Comments
 (0)