updated javadoc

Former-commit-id: 0ec1e86a1aad644b242d0c2add4a1f91787c9bf3
This commit is contained in:
Jeremy Long
2013-06-11 06:20:00 -04:00
parent 1951ae1cce
commit 127e9e9f74

View File

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