From 5ca76c4558c367e720f52aa6bbe7693d6ee318ba Mon Sep 17 00:00:00 2001 From: Eugene Livis Date: Tue, 27 Jul 2021 16:18:47 -0400 Subject: [PATCH] Removed a comment --- .../centralrepository/datamodel/CorrelationAttributeUtil.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/CorrelationAttributeUtil.java b/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/CorrelationAttributeUtil.java index 5218929aad..61f58628fd 100755 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/CorrelationAttributeUtil.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/CorrelationAttributeUtil.java @@ -293,7 +293,6 @@ public class CorrelationAttributeUtil { } else if (BlackboardArtifact.ARTIFACT_TYPE.TSK_PREVIOUSLY_SEEN.getTypeID() == artifact.getArtifactTypeID()) { Content content = Case.getCurrentCaseThrows().getSleuthkitCase().getContentById(artifact.getObjectID()); 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; } }