This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch WW-2815-xstream
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/WW-2815-xstream by this push:
new 802afb0cc WW-2815 Drops unused import
802afb0cc is described below
commit 802afb0cc0df878a55584a9a5dc9d0f61bbfd1f0
Author: Lukasz Lenart <[email protected]>
AuthorDate: Mon Oct 17 10:55:46 2022 +0200
WW-2815 Drops unused import
---
.../src/main/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;