mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
minor bug fix with sorted set
Former-commit-id: a53c5c220bb460b378583aa73c01ec2dfa81a196
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