mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
javadoc corrections
Former-commit-id: 7dead0cee614e4f1e8f8b04fd8852d06710c0615
This commit is contained in:
@@ -165,8 +165,10 @@ public class DependencyBundlingAnalyzer extends AbstractAnalyzer implements Anal
|
|||||||
* Adds the relatedDependency to the dependency's related dependencies.
|
* Adds the relatedDependency to the dependency's related dependencies.
|
||||||
*
|
*
|
||||||
* @param dependency the main dependency
|
* @param dependency the main dependency
|
||||||
* @param nextDependency the related dependency
|
* @param relatedDependency a collection of dependencies to be removed from the main analysis loop, this is the
|
||||||
* @param relatedDependency a collection of dependencies to be removed from the main analysis loop
|
* source of dependencies to remove
|
||||||
|
* @param dependenciesToRemove a collection of dependencies that will be removed from the main analysis loop, this
|
||||||
|
* function adds to this collection
|
||||||
*/
|
*/
|
||||||
private void mergeDependencies(final Dependency dependency, final Dependency relatedDependency, final Set<Dependency> dependenciesToRemove) {
|
private void mergeDependencies(final Dependency dependency, final Dependency relatedDependency, final Set<Dependency> dependenciesToRemove) {
|
||||||
dependency.addRelatedDependency(relatedDependency);
|
dependency.addRelatedDependency(relatedDependency);
|
||||||
|
|||||||
Reference in New Issue
Block a user