change class name to match tsk

This commit is contained in:
millmanorama 2018-05-25 13:16:04 +02:00
parent 8783925a7b
commit 727cba65ea

View File

@ -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);