mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +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
|
||||
*/
|
||||
public SortedSet<VulnerableSoftware> getVulnerableSoftware() {
|
||||
public Set<VulnerableSoftware> getVulnerableSoftware() {
|
||||
return vulnerableSoftware;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user