removed superfluous return code from spec
This commit is contained in:
parent
213d48c087
commit
88e745346e
4 changed files with 7 additions and 12 deletions
|
|
@ -101,14 +101,10 @@ public class JobServClient {
|
|||
int newProcess = this.api.sendNewJobMessage(command);
|
||||
switch(newProcess) {
|
||||
case -1:
|
||||
System.out.println(this.serversideTimeoutErrorMessage);
|
||||
System.out.println("Server failed to spawn process. Bad command.");
|
||||
break;
|
||||
|
||||
case -2:
|
||||
System.out.println("Server failed to create job, check server logs.");
|
||||
break;
|
||||
|
||||
case -3:
|
||||
// error logged by API Connector
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue