Skip to content

Commit

Permalink
[style]: code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cxntsh committed Dec 21, 2021
1 parent fd61d6e commit 91a5f4c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -62,12 +62,9 @@ public void prepare() throws ServiceNotProvidedException, ModuleStartException {
.jettyHttpMaxRequestHeaderSize(moduleConfig.getHttpMaxRequestHeaderSize())
.build();


jettyServer = new JettyServer(jettyServerConfig);
jettyServer.initialize();

jettyServer.setFilterInitParameter("configClass", "com.zmops.zeus.iot.web.config.IoTConfig");

}

@Override

0 comments on commit 91a5f4c

Please sign in to comment.