Skip to content
Snippets Groups Projects
Unverified Commit c6c1869f authored by Ann Priestman's avatar Ann Priestman Committed by GitHub
Browse files

Merge pull request #7089 from markmckinnon/fix-duplicate-interesting-hits-cr-osaccounts

fix-duplicate-interesting-hits-cr-osaccounts
parents ed9b9f32 365b15fb
No related branches found
No related tags found
No related merge requests found
...@@ -729,6 +729,7 @@ public void run() { ...@@ -729,6 +729,7 @@ public void run() {
try { try {
// index the artifact for keyword search // index the artifact for keyword search
blackboard.postArtifact(newAnalysisResult, MODULE_NAME); blackboard.postArtifact(newAnalysisResult, MODULE_NAME);
break;
} catch (Blackboard.BlackboardException ex) { } catch (Blackboard.BlackboardException ex) {
LOGGER.log(Level.SEVERE, "Unable to index blackboard artifact " + newAnalysisResult.getArtifactID(), ex); //NON-NLS LOGGER.log(Level.SEVERE, "Unable to index blackboard artifact " + newAnalysisResult.getArtifactID(), ex); //NON-NLS
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment