Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 18A9A200C3A for ; Thu, 16 Mar 2017 11:09:38 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 172B2160B78; Thu, 16 Mar 2017 10:09:38 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 98A44160B8B for ; Thu, 16 Mar 2017 11:09:37 +0100 (CET) Received: (qmail 34874 invoked by uid 500); 16 Mar 2017 10:09:36 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 33895 invoked by uid 99); 16 Mar 2017 10:09:35 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2017 10:09:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 51324F1725; Thu, 16 Mar 2017 10:09:35 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Thu, 16 Mar 2017 10:09:41 -0000 Message-Id: <9df29a6aaf154a87aaaff1ed4c4c8d79@git.apache.org> In-Reply-To: <8d14e29913e04d79bf2d0e27a19c5b3e@git.apache.org> References: <8d14e29913e04d79bf2d0e27a19c5b3e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/12] struts git commit: Drops unused import archived-at: Thu, 16 Mar 2017 10:09:38 -0000 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 Authored: Wed Mar 15 18:55:26 2017 +0100 Committer: Lukasz Lenart 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.*;