mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
3087 remove commented out line of code
This commit is contained in:
parent
b44655700f
commit
f055d91a68
@ -96,7 +96,6 @@ public class EamArtifactUtil {
|
|||||||
|
|
||||||
// make an instance for the BB source file
|
// make an instance for the BB source file
|
||||||
CorrelationCase correlationCase = EamDb.getInstance().getCaseByUUID(Case.getCurrentCase().getName());
|
CorrelationCase correlationCase = EamDb.getInstance().getCaseByUUID(Case.getCurrentCase().getName());
|
||||||
// CorrelationCase correlationCase = new CorrelationCase(currentCase.getName(), currentCase.getDisplayName());
|
|
||||||
CorrelationAttributeInstance eamInstance = new CorrelationAttributeInstance(
|
CorrelationAttributeInstance eamInstance = new CorrelationAttributeInstance(
|
||||||
correlationCase,
|
correlationCase,
|
||||||
CorrelationDataSource.fromTSKDataSource(bbSourceFile.getDataSource(),correlationCase),
|
CorrelationDataSource.fromTSKDataSource(bbSourceFile.getDataSource(),correlationCase),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user