4402 add comment to new method for adding interesting item

This commit is contained in:
William Schaefer 2018-11-21 16:57:54 -05:00
parent 1f21552a22
commit cae6485ba4

View File

@ -198,6 +198,12 @@ public class IngestEventsListener {
}
}
/**
* Create an Interesting Aritfact hit for a device which was previously seen
* in the central repository.
*
* @param bbArtifact the artifact to create the interesting item for
*/
@NbBundle.Messages({"IngestEventsListener.prevExists.text=Previously Seen Devices (Central Repository)",
"# {0} - typeName",
"# {1} - count",