mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge pull request #3055 from dgrove727/Aid20_FixedBundleMessages
Fixed constructor.
This commit is contained in:
commit
3de24d65cf
@ -191,13 +191,6 @@ public final class AutoIngestControlPanel extends JPanel implements Observer {
|
||||
* controlling automated ingest for a single node within the cluster.
|
||||
*/
|
||||
private AutoIngestControlPanel() {
|
||||
//DLG: Temporary code for troubleshooting. Remove when done!
|
||||
manager = null;
|
||||
pendingTableModel = null;
|
||||
runningTableModel = null;
|
||||
completedTableModel = null;
|
||||
//////////////////////////////////////////////////////////////
|
||||
try {
|
||||
|
||||
//Disable the main window so they can only use the dashboard (if we used setVisible the taskBar icon would go away)
|
||||
WindowManager.getDefault().getMainWindow().setEnabled(false);
|
||||
@ -230,10 +223,6 @@ public final class AutoIngestControlPanel extends JPanel implements Observer {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
} catch (Throwable ex) {
|
||||
//DLG: Temporary code for troubleshooting.
|
||||
SYS_LOGGER.log(Level.SEVERE, "AutoIngestControlPanel() error:", ex);
|
||||
}
|
||||
|
||||
initComponents(); // Generated code.
|
||||
setServicesStatusMessage();
|
||||
|
Loading…
x
Reference in New Issue
Block a user