mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 00:04:27 +01:00
doclint fixes
This commit is contained in:
@@ -97,7 +97,7 @@ public class EvidenceCollection implements Serializable, Iterable<Evidence> {
|
|||||||
* Used to iterate over evidence of the specified confidence.
|
* Used to iterate over evidence of the specified confidence.
|
||||||
*
|
*
|
||||||
* @param confidence the confidence level for the evidence to be iterated over.
|
* @param confidence the confidence level for the evidence to be iterated over.
|
||||||
* @return Iterable<Evidence> an iterable collection of evidence
|
* @return Iterable<Evidence> an iterable collection of evidence
|
||||||
*/
|
*/
|
||||||
public final Iterable<Evidence> iterator(Confidence confidence) {
|
public final Iterable<Evidence> iterator(Confidence confidence) {
|
||||||
if (confidence == Confidence.HIGHEST) {
|
if (confidence == Confidence.HIGHEST) {
|
||||||
@@ -168,7 +168,7 @@ public class EvidenceCollection implements Serializable, Iterable<Evidence> {
|
|||||||
* Returns a set of Weightings - a list of terms that are believed to be of higher confidence when also found in another
|
* Returns a set of Weightings - a list of terms that are believed to be of higher confidence when also found in another
|
||||||
* location.
|
* location.
|
||||||
*
|
*
|
||||||
* @return Set<String>
|
* @return Set<String>
|
||||||
*/
|
*/
|
||||||
public Set<String> getWeighting() {
|
public Set<String> getWeighting() {
|
||||||
return weightedStrings;
|
return weightedStrings;
|
||||||
@@ -225,7 +225,7 @@ public class EvidenceCollection implements Serializable, Iterable<Evidence> {
|
|||||||
/**
|
/**
|
||||||
* Implements the iterator interface for the Evidence Collection.
|
* Implements the iterator interface for the Evidence Collection.
|
||||||
*
|
*
|
||||||
* @return an Iterator<Evidence>.
|
* @return an Iterator<Evidence>
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public Iterator<Evidence> iterator() {
|
public Iterator<Evidence> iterator() {
|
||||||
|
|||||||
Reference in New Issue
Block a user