mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Fix codacy errors
This commit is contained in:
parent
54205589bb
commit
ec82b0785c
@ -371,10 +371,10 @@ final class AddLogicalImageTask implements Runnable {
|
||||
}
|
||||
String vhdFilename = fields[0];
|
||||
// String fileSystemOffsetStr = fields[1];
|
||||
String fileMetaAddressStr = fields[2];
|
||||
// String fileMetaAddressStr = fields[2];
|
||||
// String extractStatusStr = fields[3];
|
||||
String ruleSetName = fields[4];
|
||||
String ruleName = fields[5];
|
||||
// String ruleSetName = fields[4];
|
||||
// String ruleName = fields[5];
|
||||
// String description = fields[6];
|
||||
String filename = fields[7];
|
||||
String parentPath = fields[8];
|
||||
@ -386,7 +386,7 @@ final class AddLogicalImageTask implements Runnable {
|
||||
parentPath = ROOT_STR + "/" + vhdFilename + "/" + parentPath;
|
||||
|
||||
//addLocalFile here
|
||||
AbstractFile localFile = fileImporter.addLocalFile(
|
||||
fileImporter.addLocalFile(
|
||||
Paths.get(src.toString(), extractedFilePath).toFile(),
|
||||
filename,
|
||||
parentPath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user