From f055d91a686031f6e8b5ed453eb24803a6730cf1 Mon Sep 17 00:00:00 2001 From: William Schaefer Date: Wed, 27 Sep 2017 15:26:08 -0400 Subject: [PATCH] 3087 remove commented out line of code --- .../autopsy/centralrepository/datamodel/EamArtifactUtil.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/EamArtifactUtil.java b/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/EamArtifactUtil.java index 80bc0fe210..ba66839aeb 100755 --- a/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/EamArtifactUtil.java +++ b/Core/src/org/sleuthkit/autopsy/centralrepository/datamodel/EamArtifactUtil.java @@ -96,7 +96,6 @@ public class EamArtifactUtil { // make an instance for the BB source file CorrelationCase correlationCase = EamDb.getInstance().getCaseByUUID(Case.getCurrentCase().getName()); - // CorrelationCase correlationCase = new CorrelationCase(currentCase.getName(), currentCase.getDisplayName()); CorrelationAttributeInstance eamInstance = new CorrelationAttributeInstance( correlationCase, CorrelationDataSource.fromTSKDataSource(bbSourceFile.getDataSource(),correlationCase),