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