Skip to content

Commit

Permalink
So stringent these checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Psyf committed Nov 5, 2018
1 parent 3269e91 commit f26ff20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public int getTotalNumberOfJobsDisplayed() {
@Override

public boolean isTopJob(JobName job) {
return false;
return false;
}

public void moveJobToMachine(Job job, Machine targetMachine) {
Expand Down

0 comments on commit f26ff20

Please sign in to comment.