Break the build

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

View File

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