From 127e9e9f74bd92c43d9d1bf9a5b75111ed33336f Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Tue, 11 Jun 2013 06:20:00 -0400 Subject: [PATCH] updated javadoc Former-commit-id: 0ec1e86a1aad644b242d0c2add4a1f91787c9bf3 --- .../org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java b/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java index 144568afb..a90fc5136 100644 --- a/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java +++ b/src/main/java/org/owasp/dependencycheck/analyzer/AbstractAnalyzer.java @@ -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