3087 remove commented out line of code

This commit is contained in:
William Schaefer 2017-09-27 15:26:08 -04:00
parent b44655700f
commit f055d91a68

View File

@ -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),