Fix the build

This commit is contained in:
Flare Microsystems
2024-11-08 13:06:46 -08:00
parent d518edb633
commit 2637c066d3
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ public class CrossJeevesMain {
{ {
try try
{ {
int port = Integer.parseInt(parseddArgs.get("host")); int port = Integer.parseInt(parsedArgs.get("host"));
CrossJeevesHost host = new CrossJeevesHost(port); CrossJeevesHost host = new CrossJeevesHost(port);
host.startHosting(); host.startHosting();
} }