mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
[FIX] remove unnecessary method
This commit is contained in:
@@ -19,7 +19,7 @@ import java.util.stream.Stream;
|
|||||||
|
|
||||||
@Log4j2
|
@Log4j2
|
||||||
public class MkvFileCollector implements FileCollector {
|
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
|
* @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;
|
return fileAttributes;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean verifyFile(File file) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user