fix javadoc warning

This commit is contained in:
Jeremy Long
2017-10-15 07:56:42 -04:00
parent f2d1819589
commit c8bfdddd59

View File

@@ -266,7 +266,7 @@ class EvidenceCollection implements Serializable {
* Returns the unmodifiable set of evidence of the given type.
*
* @param type the type of evidence (vendor, product, version)
* @return the <b>unmodifiable<b/> set of evidence
* @return the unmodifiable set of evidence
*/
public synchronized Set<Evidence> getEvidence(EvidenceType type) {
if (null != type) {