mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
7918 change back to getArtifact from getContent
This commit is contained in:
parent
c6804b1b11
commit
d4751ca17d
@ -98,7 +98,7 @@ class OtherOccurrencesNodeWorker extends SwingWorker<OtherOccurrencesData, Void>
|
|||||||
ContentTag nodeContentTag = node.getLookup().lookup(ContentTag.class);
|
ContentTag nodeContentTag = node.getLookup().lookup(ContentTag.class);
|
||||||
BlackboardArtifactTag nodeBbArtifactTag = node.getLookup().lookup(BlackboardArtifactTag.class);
|
BlackboardArtifactTag nodeBbArtifactTag = node.getLookup().lookup(BlackboardArtifactTag.class);
|
||||||
if (nodeBbArtifactTag != null) {
|
if (nodeBbArtifactTag != null) {
|
||||||
content = nodeBbArtifactTag.getContent();
|
content = nodeBbArtifactTag.getArtifact();
|
||||||
} else if (nodeContentTag != null) {
|
} else if (nodeContentTag != null) {
|
||||||
content = nodeContentTag.getContent();
|
content = nodeContentTag.getContent();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user