mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7556 from gdicristofaro/extract_action_warning_fix
fix extract action warning
This commit is contained in:
commit
108c5aa8da
@ -327,7 +327,7 @@ public class ExtractActionHelper {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected ExtractFscContentVisitor<T, V> getChildVisitor(File childFile, ProgressHandle progress, SwingWorker<T, V> worker) {
|
protected ExtractFscContentVisitor<T, V> getChildVisitor(File childFile, ProgressHandle progress, SwingWorker<T, V> worker) {
|
||||||
return new UIExtractionVisitor(childFile, progress, worker, false);
|
return new UIExtractionVisitor<>(childFile, progress, worker, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user