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 2017/03/16 10:09:41 UTC

[07/12] 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/47382411
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/47382411
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/47382411

Branch: refs/heads/master
Commit: 47382411d79cddd65bc7c755b60f01fa1cf057ea
Parents: f912dab
Author: Lukasz Lenart <lu...@apache.org>
Authored: Wed Mar 15 18:55:26 2017 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Wed Mar 15 18:55:26 2017 +0100

----------------------------------------------------------------------
 core/src/main/java/com/opensymphony/xwork2/ActionSupport.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/47382411/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java b/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java
index ea4be0d..0434469 100644
--- a/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java
+++ b/core/src/main/java/com/opensymphony/xwork2/ActionSupport.java
@@ -19,7 +19,6 @@ import com.opensymphony.xwork2.inject.Container;
 import com.opensymphony.xwork2.inject.Inject;
 import com.opensymphony.xwork2.interceptor.ValidationAware;
 import com.opensymphony.xwork2.util.ValueStack;
-import net.sf.cglib.core.Local;
 
 import java.io.Serializable;
 import java.util.*;