Fix codacy errors

This commit is contained in:
Joe Ho 2019-08-21 16:10:22 -04:00
parent 54205589bb
commit ec82b0785c

View File

@ -371,10 +371,10 @@ final class AddLogicalImageTask implements Runnable {
} }
String vhdFilename = fields[0]; String vhdFilename = fields[0];
// String fileSystemOffsetStr = fields[1]; // String fileSystemOffsetStr = fields[1];
String fileMetaAddressStr = fields[2]; // String fileMetaAddressStr = fields[2];
// String extractStatusStr = fields[3]; // String extractStatusStr = fields[3];
String ruleSetName = fields[4]; // String ruleSetName = fields[4];
String ruleName = fields[5]; // String ruleName = fields[5];
// String description = fields[6]; // String description = fields[6];
String filename = fields[7]; String filename = fields[7];
String parentPath = fields[8]; String parentPath = fields[8];
@ -386,7 +386,7 @@ final class AddLogicalImageTask implements Runnable {
parentPath = ROOT_STR + "/" + vhdFilename + "/" + parentPath; parentPath = ROOT_STR + "/" + vhdFilename + "/" + parentPath;
//addLocalFile here //addLocalFile here
AbstractFile localFile = fileImporter.addLocalFile( fileImporter.addLocalFile(
Paths.get(src.toString(), extractedFilePath).toFile(), Paths.get(src.toString(), extractedFilePath).toFile(),
filename, filename,
parentPath, parentPath,