WW-2815 Drops deprecated API

This commit is contained in:
Lukasz Lenart
2022-10-17 09:47:37 +02:00
parent bb71610296
commit ac13c32bdb
@@ -62,15 +62,6 @@ public class XStreamHandler extends AbstractContentTypeHandler {
xstream.fromXML(in, target);
}
/**
* @deprecated use version with {@link ActionInvocation}
*/
@Deprecated
protected XStream createXStream() {
LOG.warn("You are using a deprecated API!");
return new XStream();
}
protected XStream createXStream(ActionInvocation invocation) {
XStream stream;
if (invocation.getAction() instanceof XStreamProvider) {