Skip to content

Commit

Permalink
#8161 fix more checkstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
  • Loading branch information
lorban committed Jun 15, 2022
1 parent eaffde4 commit 1d3e1cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -185,7 +185,7 @@ class MockConnector extends AbstractConnector
{
public MockConnector()
{
super(new Server(), null, null, null,null, 0);
super(new Server(), null, null, null, null, 0);
}

@Override
Expand Down
Expand Up @@ -107,7 +107,7 @@ public static void startServer() throws Exception

HttpConnectionFactory httpConnectionFactory = new HttpConnectionFactory(config);
httpConnectionFactory.setRecordHttpComplianceViolations(true);
connector = new LocalConnector(server, null, null, null, null,-1, httpConnectionFactory);
connector = new LocalConnector(server, null, null, null, null, -1, httpConnectionFactory);

ServletContextHandler context = new ServletContextHandler();
context.setContextPath("/");
Expand Down

0 comments on commit 1d3e1cc

Please sign in to comment.