Merge remote-tracking branch 'upstream/develop' into search_improvements

This commit is contained in:
Richard Cordovano 2017-02-11 14:26:35 -05:00
commit cd8ec4f36b
2 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ public class ArtifactStringContent implements StringContent {
buffer.append("</td>"); //NON-NLS
/*
* Attribute source modules column.
* Attribute sources column.
*/
buffer.append("<td>"); //NON-NLS
buffer.append(StringUtils.join(attr.getSources(), ", "));

View File

@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
* attributes with files for test purposes. Uncomment the service provider
* annotation to activate this test fixture.
*/
@ServiceProvider(service = IngestModuleFactory.class)
//@ServiceProvider(service = IngestModuleFactory.class)
public final class CustomArtifactsCreatorIngestModuleFactory extends IngestModuleFactoryAdapter {
@Override