Repository: struts Updated Branches: refs/heads/master b79c6959a -> 87dfa3f6f
Drops unused code (cherry picked from commit 412684b) Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/0ba79656 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/0ba79656 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/0ba79656 Branch: refs/heads/master Commit: 0ba7965637eea7d55959de6517d4157fd8ed0bd3 Parents: b79c695 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Tue Oct 20 08:39:39 2015 +0200 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Tue Oct 20 08:42:52 2015 +0200 ---------------------------------------------------------------------- .../struts2/interceptor/ExecuteAndWaitInterceptor.java | 13 ------------- 1 file changed, 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts/blob/0ba79656/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 824bd25..e996392 100644 --- a/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java +++ b/core/src/main/java/org/apache/struts2/interceptor/ExecuteAndWaitInterceptor.java @@ -196,12 +196,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 * @@ -306,13 +300,6 @@ public class ExecuteAndWaitInterceptor extends MethodFilterInterceptor { } } - - /* (non-Javadoc) - * @see com.opensymphony.xwork2.interceptor.Interceptor#destroy() - */ - public void destroy() { - } - /** * <p> * Performs the initial delay.