From 802afb0cc0df878a55584a9a5dc9d0f61bbfd1f0 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 17 Oct 2022 10:55:46 +0200 Subject: [PATCH] WW-2815 Drops unused import --- .../java/org/apache/struts2/rest/handler/XStreamHandler.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/rest/src/main/java/org/apache/struts2/rest/handler/XStreamHandler.java b/plugins/rest/src/main/java/org/apache/struts2/rest/handler/XStreamHandler.java index d4d40221d..13831093f 100644 --- a/plugins/rest/src/main/java/org/apache/struts2/rest/handler/XStreamHandler.java +++ b/plugins/rest/src/main/java/org/apache/struts2/rest/handler/XStreamHandler.java @@ -24,7 +24,6 @@ import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.StaxDriver; import com.thoughtworks.xstream.security.ArrayTypePermission; import com.thoughtworks.xstream.security.ExplicitTypePermission; -import com.thoughtworks.xstream.security.NoTypePermission; import com.thoughtworks.xstream.security.NullPermission; import com.thoughtworks.xstream.security.PrimitiveTypePermission; import com.thoughtworks.xstream.security.TypePermission;