mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-18 23:34:15 +01:00
fix javadoc warning
This commit is contained in:
@@ -266,7 +266,7 @@ class EvidenceCollection implements Serializable {
|
|||||||
* Returns the unmodifiable set of evidence of the given type.
|
* Returns the unmodifiable set of evidence of the given type.
|
||||||
*
|
*
|
||||||
* @param type the type of evidence (vendor, product, version)
|
* @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) {
|
public synchronized Set<Evidence> getEvidence(EvidenceType type) {
|
||||||
if (null != type) {
|
if (null != type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user