mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-13 23:33:37 +01:00
Cleanup: formatting and typo
This commit is contained in:
@@ -210,7 +210,7 @@ public class CentralAnalyzer extends AbstractFileTypeAnalyzer {
|
||||
* Performs the analysis.
|
||||
*
|
||||
* @param dependency the dependency to analyze
|
||||
* @param engine the engine
|
||||
* @param engine the engine
|
||||
* @throws AnalysisException when there's an exception during analysis
|
||||
*/
|
||||
@Override
|
||||
|
||||
@@ -74,7 +74,7 @@ public class CentralSearch {
|
||||
*
|
||||
* @param settings the configured settings
|
||||
* @throws MalformedURLException thrown if the configured URL is
|
||||
* invalid
|
||||
* invalid
|
||||
*/
|
||||
public CentralSearch(Settings settings) throws MalformedURLException {
|
||||
this.settings = settings;
|
||||
|
||||
@@ -148,7 +148,7 @@ public class Dependency extends EvidenceCollection implements Serializable, Comp
|
||||
* Constructs a new Dependency object.
|
||||
*/
|
||||
public Dependency() {
|
||||
//empty contructor
|
||||
//empty constructor
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user