Skip to content

Commit

Permalink
Debug add journey
Browse files Browse the repository at this point in the history
  • Loading branch information
sefadegirmenci committed Jul 18, 2022
1 parent 7510f62 commit 98a5ecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class Journey {
private List<String> journey;

public Journey() {
this.journey = new ArrayList<String>();
this.journey = new ArrayList<>();
}
}

0 comments on commit 98a5ecd

Please sign in to comment.