mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Remove unnecessary parameter from AbstractFile.save
This commit is contained in:
parent
68a2948a39
commit
1c1f85b358
@ -144,7 +144,7 @@ final class FileIngestPipeline {
|
||||
if (!this.job.isCancelled()) {
|
||||
// Save any properties that have not already been saved to the database
|
||||
try{
|
||||
file.save(Case.getCurrentCase().getSleuthkitCase());
|
||||
file.save();
|
||||
} catch (TskCoreException ex){
|
||||
Logger.getLogger(FileIngestPipeline.class.getName()).log(Level.SEVERE, "Failed to save data for file " + file.getId(), ex); //NON-NLS
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user