mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Tidy up BlackboardArtifactNode.java
This commit is contained in:
parent
a316eda337
commit
c6fea4118f
@ -394,7 +394,7 @@ public class BlackboardArtifactNode extends AbstractContentNode<BlackboardArtifa
|
||||
public String getSourceName() {
|
||||
String name = "";
|
||||
if (srcContent != null) {
|
||||
srcContent.getName();
|
||||
name = srcContent.getName();
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user