Removed exceptions thrown for code that needed review.
This commit is contained in:
parent
3d66b1d207
commit
5a63d765f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue