mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-02 20:25:51 +00:00
Work on ingest framework API
This commit is contained in:
@@ -44,7 +44,7 @@ public class FileExtMismatchDetectorModuleFactory extends IngestModuleFactoryAda
|
||||
}
|
||||
|
||||
@Override
|
||||
public IngestModuleOptions getDefaultPerIngestJobOptions() {
|
||||
public IngestModuleOptions getDefaultIngestOptions() {
|
||||
return new FileExtMismatchDetectorOptions();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user