mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
3815 add missing @Subscribe annotation to RefreshNodeSubscriber
This commit is contained in:
parent
ca6df48671
commit
901364a6dc
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user