Fix the build
This commit is contained in:
Binary file not shown.
@@ -15,7 +15,7 @@ public class CrossJeevesMain {
|
||||
{
|
||||
try
|
||||
{
|
||||
int port = Integer.parseInt(parseddArgs.get("host"));
|
||||
int port = Integer.parseInt(parsedArgs.get("host"));
|
||||
CrossJeevesHost host = new CrossJeevesHost(port);
|
||||
host.startHosting();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user