mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-16 00:33:46 +01:00
updated javadoc
Former-commit-id: d8526a7b902438a83138a677a37c709684c76ed8
This commit is contained in:
@@ -47,6 +47,7 @@ public abstract class AbstractAnalyzer implements Analyzer {
|
||||
|
||||
/**
|
||||
* The initialize method does nothing for this Analyzer.
|
||||
* @throws Exception thrown if there is an exception
|
||||
*/
|
||||
public void initialize() throws Exception {
|
||||
//do nothing
|
||||
@@ -54,6 +55,7 @@ public abstract class AbstractAnalyzer implements Analyzer {
|
||||
|
||||
/**
|
||||
* The close method does nothing for this Analyzer.
|
||||
* @throws Exception thrown if there is an exception
|
||||
*/
|
||||
public void close() throws Exception {
|
||||
//do nothing
|
||||
|
||||
Reference in New Issue
Block a user