This commit is contained in:
Nanne Baars
2019-09-20 17:36:15 +02:00
parent f29b923eef
commit c8ef848657
3 changed files with 25 additions and 21 deletions

View File

@ -57,6 +57,9 @@ public class Assignment {
}
public Assignment(String name, String path, List<String> hints) {
if (path.equals("")) {
System.out.println(name);
}
this.name = name;
this.path = path;
this.hints = hints;