3815 add missing @Subscribe annotation to RefreshNodeSubscriber

This commit is contained in:
William Schaefer 2018-05-16 17:18:13 -04:00
parent ca6df48671
commit 901364a6dc

View File

@ -334,6 +334,7 @@ final class AutoIngestJobsNode extends AbstractNode {
* *
* @param refreshEvent - the RefreshChildrenEvent which was received * @param refreshEvent - the RefreshChildrenEvent which was received
*/ */
@Subscribe
private void subscribeToRefreshChildren(AutoIngestNodeRefreshEvents.RefreshChildrenEvent refreshEvent) { private void subscribeToRefreshChildren(AutoIngestNodeRefreshEvents.RefreshChildrenEvent refreshEvent) {
//Ignore netbeans suggesting this isn't being used, it is used behind the scenes by the EventBus //Ignore netbeans suggesting this isn't being used, it is used behind the scenes by the EventBus
if (jobStatus == AutoIngestJobStatus.RUNNING_JOB) { if (jobStatus == AutoIngestJobStatus.RUNNING_JOB) {