Return-Path: X-Original-To: apmail-struts-commits-archive@minotaur.apache.org Delivered-To: apmail-struts-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 02A6F18CEA for ; Tue, 20 Oct 2015 06:40:41 +0000 (UTC) Received: (qmail 50008 invoked by uid 500); 20 Oct 2015 06:40:40 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 49967 invoked by uid 500); 20 Oct 2015 06:40:40 -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 49954 invoked by uid 99); 20 Oct 2015 06:40:40 -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; Tue, 20 Oct 2015 06:40:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8078AE3925; Tue, 20 Oct 2015 06:40:40 +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: Tue, 20 Oct 2015 06:40:40 -0000 Message-Id: <060e9cc6dcae4e139f5b24379a05f35b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] struts git commit: Drops unused code Repository: struts Updated Branches: refs/heads/support-2-3 3e2d5da12 -> f65e38bb8 Drops unused code Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/412684bd Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/412684bd Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/412684bd Branch: refs/heads/support-2-3 Commit: 412684bd22e479ae063bee4df8bb434ddef40bcd Parents: 3e2d5da Author: Lukasz Lenart Authored: Tue Oct 20 08:39:39 2015 +0200 Committer: Lukasz Lenart Committed: Tue Oct 20 08:39:39 2015 +0200 ---------------------------------------------------------------------- .../struts2/interceptor/ExecuteAndWaitInterceptor.java | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/412684bd/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java b/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java index 7d8b542..fe96fe0 100644 --- a/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java +++ b/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java @@ -192,12 +192,6 @@ public class ExecuteAndWaitInterceptor extends MethodFilterInterceptor { this.container = container; } - /* (non-Javadoc) - * @see com.opensymphony.xwork2.interceptor.Interceptor#init() - */ - public void init() { - } - /** * Creates a new background process * @@ -303,13 +297,6 @@ public class ExecuteAndWaitInterceptor extends MethodFilterInterceptor { } } - - /* (non-Javadoc) - * @see com.opensymphony.xwork2.interceptor.Interceptor#destroy() - */ - public void destroy() { - } - /** * Performs the initial delay. *