mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Merge remote-tracking branch 'upstream/develop' into search_improvements
This commit is contained in:
commit
cd8ec4f36b
@ -149,7 +149,7 @@ public class ArtifactStringContent implements StringContent {
|
|||||||
buffer.append("</td>"); //NON-NLS
|
buffer.append("</td>"); //NON-NLS
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Attribute source modules column.
|
* Attribute sources column.
|
||||||
*/
|
*/
|
||||||
buffer.append("<td>"); //NON-NLS
|
buffer.append("<td>"); //NON-NLS
|
||||||
buffer.append(StringUtils.join(attr.getSources(), ", "));
|
buffer.append(StringUtils.join(attr.getSources(), ", "));
|
||||||
|
@ -30,7 +30,7 @@ import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
|||||||
* attributes with files for test purposes. Uncomment the service provider
|
* attributes with files for test purposes. Uncomment the service provider
|
||||||
* annotation to activate this test fixture.
|
* annotation to activate this test fixture.
|
||||||
*/
|
*/
|
||||||
@ServiceProvider(service = IngestModuleFactory.class)
|
//@ServiceProvider(service = IngestModuleFactory.class)
|
||||||
public final class CustomArtifactsCreatorIngestModuleFactory extends IngestModuleFactoryAdapter {
|
public final class CustomArtifactsCreatorIngestModuleFactory extends IngestModuleFactoryAdapter {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user