mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge pull request #3351 from rcordovano/abstract-file-save-fix
Remove unnecessary parameter from AbstractFile.save
This commit is contained in:
commit
be15e8d381
@ -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