implemented the Comparable interface

Former-commit-id: 23c9ecf90a0392e2398376e63c78134de6d2de9e
This commit is contained in:
Jeremy Long
2013-04-18 05:43:13 -04:00
parent 4d414ea082
commit 8fcd800aff

View File

@@ -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.