mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Fix compile errors
This commit is contained in:
parent
c871bcd09a
commit
ee3f61c6aa
@ -480,6 +480,21 @@ public class LogicalImagerPanel extends JPanel implements DocumentListener {
|
|||||||
return choosenImagePath;
|
return choosenImagePath;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void insertUpdate(DocumentEvent e) {
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void removeUpdate(DocumentEvent e) {
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void changedUpdate(DocumentEvent e) {
|
||||||
|
}
|
||||||
|
|
||||||
|
void storeSettings() {
|
||||||
|
}
|
||||||
|
|
||||||
private class ImageTableModel extends AbstractTableModel {
|
private class ImageTableModel extends AbstractTableModel {
|
||||||
private final List<String> hostnames = new ArrayList<>();
|
private final List<String> hostnames = new ArrayList<>();
|
||||||
private final List<String> extractDates = new ArrayList<>();
|
private final List<String> extractDates = new ArrayList<>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user