1
0
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:
Richard Cordovano
2014-03-08 00:23:05 -05:00
parent 955999280c
commit 9e49241ac0
9 changed files with 129 additions and 82 deletions

View File

@@ -44,7 +44,7 @@ public class FileExtMismatchDetectorModuleFactory extends IngestModuleFactoryAda
}
@Override
public IngestModuleOptions getDefaultPerIngestJobOptions() {
public IngestModuleOptions getDefaultIngestOptions() {
return new FileExtMismatchDetectorOptions();
}