mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
change class name to match tsk
This commit is contained in:
parent
8783925a7b
commit
727cba65ea
@ -431,7 +431,7 @@ public class SolrSearchService implements KeywordSearchService, AutopsyService {
|
||||
*/
|
||||
@NbBundle.Messages("SolrSearchService.indexingError=Unable to index blackboard artifact.")
|
||||
@Subscribe
|
||||
void handleNewArtifact(Blackboard.ArtifactPublishedEvent event) {
|
||||
void handleNewArtifact(Blackboard.ArtifactPostedEvent event) {
|
||||
BlackboardArtifact bba = event.getArtifact();
|
||||
try {
|
||||
index(bba);
|
||||
|
Loading…
x
Reference in New Issue
Block a user