mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 09:31:32 +01:00
minor bug fix with sorted set
Former-commit-id: 542d7f92b47cae01e16e59da3e66ee4e80d9d265
This commit is contained in:
@@ -135,7 +135,7 @@ public class Vulnerability implements Serializable, Comparable<Vulnerability> {
|
|||||||
*
|
*
|
||||||
* @return the value of vulnerableSoftware
|
* @return the value of vulnerableSoftware
|
||||||
*/
|
*/
|
||||||
public SortedSet<VulnerableSoftware> getVulnerableSoftware() {
|
public Set<VulnerableSoftware> getVulnerableSoftware() {
|
||||||
return vulnerableSoftware;
|
return vulnerableSoftware;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user