You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/07/15 13:19:14 UTC

[47/50] [abbrv] struts git commit: Drops unused import

Drops unused import


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/31826bc1
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/31826bc1
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/31826bc1

Branch: refs/heads/master
Commit: 31826bc117e53eb65668866623f626cdb6f50760
Parents: bb21dbe
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Sat Mar 12 16:14:25 2016 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Sat Mar 12 16:14:25 2016 +0100

----------------------------------------------------------------------
 .../xwork2/interceptor/ParameterRemoverInterceptorTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/31826bc1/core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptorTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptorTest.java b/core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptorTest.java
index 5412fb8..854aed6 100644
--- a/core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptorTest.java
+++ b/core/src/test/java/com/opensymphony/xwork2/interceptor/ParameterRemoverInterceptorTest.java
@@ -5,7 +5,7 @@ import com.opensymphony.xwork2.ActionInvocation;
 import com.opensymphony.xwork2.ActionSupport;
 import junit.framework.TestCase;
 import org.apache.struts2.dispatcher.HttpParameters;
-import org.easymock.MockControl;
+
 import static org.easymock.EasyMock.*;
 
 import java.util.LinkedHashMap;