mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 16:46:55 +01:00
spelling fixes
Former-commit-id: 1909bc5b30b2dfd4ece5c880aace9ca4fd830b48
This commit is contained in:
@@ -474,7 +474,7 @@ public class Dependency implements Comparable<Dependency> {
|
||||
relatedDependencies.add(dependency);
|
||||
}
|
||||
/**
|
||||
* Implemenation of the Comparable<Dependency> interface. The comparison
|
||||
* Implementation of the Comparable<Dependency> interface. The comparison
|
||||
* is solely based on the file name.
|
||||
* @param o a dependency to compare
|
||||
* @return an integer representing the natural ordering
|
||||
|
||||
@@ -96,7 +96,7 @@ public class EvidenceCollection implements Iterable<Evidence> {
|
||||
*/
|
||||
private Set<Evidence> list;
|
||||
/**
|
||||
* A collection of strings used to adjust lucene's term weighting.
|
||||
* A collection of strings used to adjust Lucene's term weighting.
|
||||
*/
|
||||
private Set<String> weightedStrings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user