Fixed event publishing for deleting report.

This commit is contained in:
Oliver Spohngellert 2016-05-12 14:14:47 -04:00
parent 3e3e5764ce
commit 05f6cd44a7

View File

@ -1655,8 +1655,9 @@ public class Case implements SleuthkitCase.ErrorObserver {
} }
} }
eventPublisher.publish(new AutopsyEvent(Events.REPORT_DELETED.toString(), null, null));
} }
eventPublisher.publish(new AutopsyEvent(Events.REPORT_DELETED.toString(), null, null));
} }
} }