1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Changed attribute type on ingest module

This commit is contained in:
Oliver Spohngellert
2016-01-14 11:34:51 -05:00
parent 226fac3f3e
commit f19d7ffbd2

View File

@@ -31,8 +31,8 @@ public class UserArtifactIngestModule implements DataSourceIngestModule {
progressBar.switchToDeterminate(2);
try {
BlackboardArtifact art1 = dataSource.newArtifact(type1ID);
art1.addAttribute(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_KEYWORD_PREVIEW,
UserArtifactIngestModuleFactory.getModuleName(), 4));
art1.addAttribute(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_COUNT,
UserArtifactIngestModuleFactory.getModuleName(), 5));
progressBar.progress(1);
BlackboardArtifact art2 = dataSource.newArtifact(type2ID);
art2.addAttribute(new BlackboardAttribute(ATTRIBUTE_TYPE.TSK_MIN_COUNT,