Drops unused code

This commit is contained in:
Lukasz Lenart
2015-10-20 08:39:39 +02:00
parent 3e2d5da12c
commit 412684bd22
@@ -192,12 +192,6 @@ public class ExecuteAndWaitInterceptor extends MethodFilterInterceptor {
this.container = container; this.container = container;
} }
/* (non-Javadoc)
* @see com.opensymphony.xwork2.interceptor.Interceptor#init()
*/
public void init() {
}
/** /**
* Creates a new background process * 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. * Performs the initial delay.
* <p/> * <p/>