Removed exceptions thrown for code that needed review.

This commit is contained in:
Simone Bordet 2015-01-02 19:01:37 +01:00
parent 3d66b1d207
commit 5a63d765f7
1 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@ import java.nio.ByteBuffer;
import java.util.Map;
import java.util.concurrent.Executor;
import java.util.concurrent.TimeUnit;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@ -172,7 +171,6 @@ public class HttpClientCustomProxyTest
super(endPoint, executor);
this.connectionFactory = connectionFactory;
this.context = context;
throw new IllegalStateException("This was calling super dispatchIO=true. Needs to be reviewed");
}
@Override
@ -231,8 +229,6 @@ public class HttpClientCustomProxyTest
{
super(endPoint, connector.getExecutor());
this.connectionFactory = connectionFactory;
throw new IllegalStateException("This was calling super dispatchIO=true. Needs to be reviewed");
}
@Override