mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
implemented the Comparable interface
Former-commit-id: 23c9ecf90a0392e2398376e63c78134de6d2de9e
This commit is contained in:
@@ -30,7 +30,7 @@ import org.owasp.dependencycheck.data.cpe.Entry;
|
||||
*
|
||||
* @author Jeremy Long (jeremy.long@gmail.com)
|
||||
*/
|
||||
public class VulnerableSoftware extends Entry implements Serializable, Comparable {
|
||||
public class VulnerableSoftware extends Entry implements Serializable, Comparable<VulnerableSoftware> {
|
||||
|
||||
/**
|
||||
* The serial version UID.
|
||||
|
||||
Reference in New Issue
Block a user