mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-21 16:49:43 +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.
|
* The initialize method does nothing for this Analyzer.
|
||||||
|
* @throws Exception thrown if there is an exception
|
||||||
*/
|
*/
|
||||||
public void initialize() throws Exception {
|
public void initialize() throws Exception {
|
||||||
//do nothing
|
//do nothing
|
||||||
@@ -54,6 +55,7 @@ public abstract class AbstractAnalyzer implements Analyzer {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The close method does nothing for this Analyzer.
|
* The close method does nothing for this Analyzer.
|
||||||
|
* @throws Exception thrown if there is an exception
|
||||||
*/
|
*/
|
||||||
public void close() throws Exception {
|
public void close() throws Exception {
|
||||||
//do nothing
|
//do nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user