Remove unused attribute of the NUSTitle class

This commit is contained in:
Maschell 2019-04-30 09:31:50 +02:00
parent 95a25c4bcf
commit 532501f3a5

View File

@ -39,7 +39,6 @@ public class NUSTitle {
@Getter private final TMD TMD;
@Getter @Setter private boolean skipExistingFiles = true;
@Getter private final NUSDataProvider dataProvider;
public NUSTitle(@NonNull NUSDataProvider dataProvider) throws ParseException, IOException {