Fixing checkstyle violations
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
8c65309963
commit
988b11d2bc
|
@ -182,7 +182,8 @@ public class JDK9ALPNTest
|
|||
@Test
|
||||
public void testClientSupportingALPNCannotNegotiateProtocol() throws Exception
|
||||
{
|
||||
startServer(new AbstractHandler() {
|
||||
startServer(new AbstractHandler()
|
||||
{
|
||||
@Override
|
||||
public void handle(String target, Request jettyRequest, HttpServletRequest request, HttpServletResponse response)
|
||||
{
|
||||
|
|
|
@ -49,10 +49,4 @@ public class RFC2616NIOHttpsTest extends RFC2616BaseTest
|
|||
{
|
||||
return new HttpsSocketImpl();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void test8_2_ExpectInvalid() throws Exception
|
||||
{
|
||||
super.test8_2_ExpectInvalid();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue