implemented the Comparable interface

Former-commit-id: 615f09c75ccdd2f526943a771fd724d8b90aea87
This commit is contained in:
Jeremy Long
2013-04-18 05:43:13 -04:00
parent 1fcefb3bb7
commit b888e1b5f8

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.