diff --git a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJobsNode.java b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJobsNode.java index 50d7257ff6..916245d412 100644 --- a/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJobsNode.java +++ b/Experimental/src/org/sleuthkit/autopsy/experimental/autoingest/AutoIngestJobsNode.java @@ -334,6 +334,7 @@ final class AutoIngestJobsNode extends AbstractNode { * * @param refreshEvent - the RefreshChildrenEvent which was received */ + @Subscribe private void subscribeToRefreshChildren(AutoIngestNodeRefreshEvents.RefreshChildrenEvent refreshEvent) { //Ignore netbeans suggesting this isn't being used, it is used behind the scenes by the EventBus if (jobStatus == AutoIngestJobStatus.RUNNING_JOB) {