From 901364a6dca8aff928cbedd0efbf7f54c09f012d Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Wed, 16 May 2018 17:18:13 -0400 Subject: [PATCH] 3815 add missing @Subscribe annotation to RefreshNodeSubscriber --- .../autopsy/experimental/autoingest/AutoIngestJobsNode.java | 1 + 1 file changed, 1 insertion(+) 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) {