Skip to content

Commit

Permalink
Even even more travis style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
trufflepirate committed Oct 10, 2018
1 parent 1b4b141 commit c91930b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ public Job toModelType() throws IllegalValueException {

//TODO Remove hardcoding
Name name = new Name(jobName);
Machine machine = new Machine(new MachineName("JJ's printer")
, new ArrayList<>()
, new HashSet<>()
, MachineStatus.ENABLED);
Machine machine = new Machine(new MachineName("JJ's printer"),
new ArrayList<>(),
new HashSet<>(),
MachineStatus.ENABLED);
JobNote note = new JobNote("Empty note for now");
Person person = new Person(new Name("JunJie"),
new Phone("81184502"),
Expand Down

0 comments on commit c91930b

Please sign in to comment.