mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
whitespace
This commit is contained in:
parent
5184472fe0
commit
31b062062f
@ -72,8 +72,8 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("FinallyDiscardsException")
|
||||
protected CommonFilesMetaData doInBackground() throws TskCoreException, NoCurrentCaseException, SQLException {
|
||||
|
||||
protected CommonFilesMetaData doInBackground() throws TskCoreException, NoCurrentCaseException, SQLException {
|
||||
|
||||
return new CommonFilesMetaData();
|
||||
}
|
||||
|
||||
@ -83,13 +83,13 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
|
||||
super.done();
|
||||
|
||||
CommonFilesMetaData metadata = get();
|
||||
|
||||
|
||||
CommonFilesSearchNode commonFilesNode = new CommonFilesSearchNode(metadata);
|
||||
|
||||
DataResultFilterNode dataResultFilterNode = new DataResultFilterNode(commonFilesNode, DirectoryTreeTopComponent.findInstance().getExplorerManager());
|
||||
|
||||
|
||||
TableFilterNode tableFilterWithDescendantsNode = new TableFilterNode(dataResultFilterNode);
|
||||
|
||||
|
||||
TopComponent component = DataResultTopComponent.createInstance(
|
||||
title,
|
||||
pathText,
|
||||
|
Loading…
x
Reference in New Issue
Block a user