couple of typoes
This commit is contained in:
parent
7b0184cbd3
commit
c40f8f0a62
4 changed files with 5 additions and 4 deletions
|
|
@ -39,6 +39,7 @@ public class JobServServer {
|
|||
* builds server object
|
||||
*/
|
||||
public JobServServer(SslContext ssl, int port) throws IOException {
|
||||
this.manager = new ProcessManager();
|
||||
this.server = NettyServerBuilder.forPort(port)
|
||||
.addService(new ShellServerService(manager))
|
||||
.sslContext(ssl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue