mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Improvements to attributes with multiple sources code
This commit is contained in:
parent
3ed67b1df8
commit
7a467d0e91
@ -149,7 +149,7 @@ public class ArtifactStringContent implements StringContent {
|
||||
* Attribute source modules column.
|
||||
*/
|
||||
buffer.append("<td>"); //NON-NLS
|
||||
buffer.append(StringUtils.join(attr.getSourceModules(), ", "));
|
||||
buffer.append(StringUtils.join(attr.getSources(), ", "));
|
||||
buffer.append("</td>"); //NON-NLS
|
||||
|
||||
buffer.append("</tr>\n"); //NON-NLS
|
||||
|
@ -111,8 +111,8 @@ final class CustomArtifactsCreatorIngestModule extends FileIngestModuleAdapter {
|
||||
* The second attempt should have no effect on the data.
|
||||
*/
|
||||
for (BlackboardAttribute attr : attributes) {
|
||||
attr.addSourceModule("Added Module");
|
||||
attr.addSourceModule("Added Module");
|
||||
attr.addSource("Added Module");
|
||||
attr.addSource("Added Module");
|
||||
}
|
||||
|
||||
} catch (TskCoreException ex) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user