mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 10:05:58 +01:00
[FIX] remove unnecessary method
This commit is contained in:
@@ -19,7 +19,7 @@ import java.util.stream.Stream;
|
||||
|
||||
@Log4j2
|
||||
public class MkvFileCollector implements FileCollector {
|
||||
private ObjectMapper mapper = new ObjectMapper();
|
||||
private final ObjectMapper mapper = new ObjectMapper();
|
||||
|
||||
/**
|
||||
* @param path Is entered path, which leads to one file directly or a directory which will be loaded recursive
|
||||
@@ -79,8 +79,4 @@ public class MkvFileCollector implements FileCollector {
|
||||
}
|
||||
return fileAttributes;
|
||||
}
|
||||
|
||||
private boolean verifyFile(File file) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user