Skip to content
Snippets Groups Projects
Commit a57c0d3f authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

remove TODO

parent 992783dd
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,6 @@ public AnalysisResultAdded newAnalysisResult(BlackboardArtifact.Type artifactTyp
@Override
public DataArtifact newDataArtifact(BlackboardArtifact.Type artifactType, Collection<BlackboardAttribute> attributesList, Long osAccountId) throws TskCoreException {
// TODO
DataArtifact artifact = db.getBlackboard().newDataArtifact(artifactType, objId, this.getDataSource().getId(), attributesList, osAccountId);
if(osAccountId != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment