Cleanup: formatting and typo

This commit is contained in:
Stefan Neuhaus
2017-10-02 17:02:38 +02:00
parent 3c3534e7da
commit 1835355f4d
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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;

View File

@@ -148,7 +148,7 @@ public class Dependency extends EvidenceCollection implements Serializable, Comp
* Constructs a new Dependency object.
*/
public Dependency() {
//empty contructor
//empty constructor
}
/**