You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "chris gerrard.net" <Ch...@Gerrard.net> on 2022/10/17 15:28:58 UTC

Re: [struts] branch WW-2815-xstream updated: WW-2815 Drops unused import

unsubscribe
________________________________
From: lukaszlenart@apache.org <lu...@apache.org>
Sent: October 17, 2022 4:55 AM
To: commits@struts.apache.org <co...@struts.apache.org>
Subject: [struts] branch WW-2815-xstream updated: WW-2815 Drops unused import

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 <lu...@apache.org>
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;