updated javadoc author

Former-commit-id: f68b96df72699fd541ac14af9a98e198729017d6
This commit is contained in:
Jeremy Long
2015-04-05 09:21:43 -04:00
parent 919efc5037
commit 3348086c00

View File

@@ -22,7 +22,7 @@ import java.io.IOException;
/** /**
* An exception used when the data needed does not exist to perform analysis. * An exception used when the data needed does not exist to perform analysis.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class NoDataException extends IOException { public class NoDataException extends IOException {