2595 fixed name and imports for test interesting artifact creation module

This commit is contained in:
William Schaefer 2017-05-11 15:09:14 -04:00
parent 226c36169f
commit ed2a23ca09

View File

@ -18,8 +18,10 @@
*/
package org.sleuthkit.autopsy.test;
import org.openide.util.lookup.ServiceProvider;
import org.sleuthkit.autopsy.coreutils.Version;
import org.sleuthkit.autopsy.ingest.FileIngestModule;
import org.sleuthkit.autopsy.ingest.IngestModuleFactory;
import org.sleuthkit.autopsy.ingest.IngestModuleFactoryAdapter;
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
@ -53,7 +55,7 @@ public final class InterestingArtifactCreatorIngestModuleFactory extends IngestM
@Override
public FileIngestModule createFileIngestModule(IngestModuleIngestJobSettings settings) {
return new CustomArtifactsCreatorIngestModule();
return new InterestingArtifactCreatorIngestModule();
}
static String getModuleName() {