Merge pull request #6880 from APriestman/leappFix

Comment out broken leapp code temporarily
This commit is contained in:
Ann Priestman 2021-04-06 16:19:36 -04:00 committed by GitHub
commit d1f5917f19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -578,6 +578,7 @@ public final class LeappFileProcessor {
String sourceFile = null;
MessageAttachments messageAttachments = null;
/******* DISABLE TEMPORARILY*************
try {
for (BlackboardAttribute bba : bbattributes) {
switch (bba.getAttributeType().getTypeName()) {
@ -656,7 +657,7 @@ public final class LeappFileProcessor {
}
} catch (NoCurrentCaseException | TskCoreException | BlackboardException ex) {
throw new IngestModuleException(Bundle.LeappFileProcessor_cannot_create_message_relationship() + ex.getLocalizedMessage(), ex); //NON-NLS
}
}*/
}