mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Tidy up BlackboardArtifactNode.java
This commit is contained in:
parent
87cc289426
commit
fccf6b53cd
@ -268,9 +268,9 @@ public class BlackboardArtifactNode extends AbstractContentNode<BlackboardArtifa
|
|||||||
/*
|
/*
|
||||||
* RC: NPE ALERT!! The decision to return a Lookup without the
|
* RC: NPE ALERT!! The decision to return a Lookup without the
|
||||||
* source content in it has the potential to cause NPEs within this
|
* source content in it has the potential to cause NPEs within this
|
||||||
* class and in the UI component clients of this class. The node
|
* class and in the UI component clients of this class. Thsi method
|
||||||
* constructor should throw. However, that would be an exported
|
* should throw and the node constructor should propagate the
|
||||||
* public API change.
|
* exception. However, that would be an exported public API change.
|
||||||
*/
|
*/
|
||||||
return Lookups.fixed(artifact);
|
return Lookups.fixed(artifact);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user