updated javadoc

Former-commit-id: d8526a7b902438a83138a677a37c709684c76ed8
This commit is contained in:
Jeremy Long
2013-06-11 06:20:00 -04:00
parent 13c239c9d4
commit 31e6d1e0c1

View File

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