Merge pull request #3055 from dgrove727/Aid20_FixedBundleMessages

Fixed constructor.
This commit is contained in:
Richard Cordovano 2017-09-08 11:08:29 -04:00 committed by GitHub
commit 3de24d65cf

View File

@ -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();