Fixing checkstyle violations

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2020-01-14 14:43:06 -06:00
parent 8c65309963
commit 988b11d2bc
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 2 additions and 7 deletions

View File

@ -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)
{

View File

@ -49,10 +49,4 @@ public class RFC2616NIOHttpsTest extends RFC2616BaseTest
{
return new HttpsSocketImpl();
}
@Override
public void test8_2_ExpectInvalid() throws Exception
{
super.test8_2_ExpectInvalid();
}
}