mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
implemented the Comparable interface
Former-commit-id: 615f09c75ccdd2f526943a771fd724d8b90aea87
This commit is contained in:
@@ -30,7 +30,7 @@ import org.owasp.dependencycheck.data.cpe.Entry;
|
|||||||
*
|
*
|
||||||
* @author Jeremy Long (jeremy.long@gmail.com)
|
* @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.
|
* The serial version UID.
|
||||||
|
|||||||
Reference in New Issue
Block a user