mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Removed a comment
This commit is contained in:
parent
8c7f779599
commit
5ca76c4558
@ -293,7 +293,6 @@ public class CorrelationAttributeUtil {
|
|||||||
} else if (BlackboardArtifact.ARTIFACT_TYPE.TSK_PREVIOUSLY_SEEN.getTypeID() == artifact.getArtifactTypeID()) {
|
} else if (BlackboardArtifact.ARTIFACT_TYPE.TSK_PREVIOUSLY_SEEN.getTypeID() == artifact.getArtifactTypeID()) {
|
||||||
Content content = Case.getCurrentCaseThrows().getSleuthkitCase().getContentById(artifact.getObjectID());
|
Content content = Case.getCurrentCaseThrows().getSleuthkitCase().getContentById(artifact.getObjectID());
|
||||||
if (content instanceof DataArtifact) {
|
if (content instanceof DataArtifact) {
|
||||||
// ELTODO: FOR SOME REASON WE NEVER GET HERE. THAT'S WHY THE "O" COLUMN IS EMPTY FOR "PREVIOUSLY SEEN" ARTIFACTS
|
|
||||||
sourceArtifact = (BlackboardArtifact) content;
|
sourceArtifact = (BlackboardArtifact) content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user