Fix
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user