diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java index 945d065c6..6e44ec613 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/dependency/Identifier.java @@ -49,10 +49,13 @@ public class Identifier implements Comparable { this.description = description; } + /** + * The confidence that this is the correct identifier. + */ private Confidence confidence; /** - * Get the value of confidence + * Get the value of confidence. * * @return the value of confidence */ @@ -61,7 +64,7 @@ public class Identifier implements Comparable { } /** - * Set the value of confidence + * Set the value of confidence. * * @param confidence new value of confidence */