mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 01:29:43 +01:00
fixed typo
This commit is contained in:
@@ -136,7 +136,6 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
|
|||||||
if (!skipProject(p)) {
|
if (!skipProject(p)) {
|
||||||
return p;
|
return p;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
@@ -240,7 +239,7 @@ public class AggregateMojo extends BaseDependencyCheckMojo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initilizes the engine, runs a scan, and writes the serialized dependencies to disk.
|
* Initializes the engine, runs a scan, and writes the serialized dependencies to disk.
|
||||||
*
|
*
|
||||||
* @return the Engine used to execute dependency-check
|
* @return the Engine used to execute dependency-check
|
||||||
* @throws MojoExecutionException thrown if there is an exception running the mojo
|
* @throws MojoExecutionException thrown if there is an exception running the mojo
|
||||||
|
|||||||
Reference in New Issue
Block a user