Tidy up BlackboardArtifactNode.java

This commit is contained in:
Richard Cordovano 2020-03-13 21:35:06 -04:00
parent 87cc289426
commit fccf6b53cd

View File

@ -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);
} }