mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
updated javadoc
Former-commit-id: 0ec1e86a1aad644b242d0c2add4a1f91787c9bf3
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