updated javadoc author

Former-commit-id: f420200f47b0c2161c57af24d2b70db60f23cd4b
This commit is contained in:
Jeremy Long
2015-04-05 09:21:26 -04:00
parent 8e4791048b
commit 1c0b885267

View File

@@ -20,7 +20,7 @@ package org.owasp.dependencycheck.analyzer.exception;
/** /**
* An exception thrown when files in an archive cannot be extracted. * An exception thrown when files in an archive cannot be extracted.
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long
*/ */
public class ArchiveExtractionException extends Exception { public class ArchiveExtractionException extends Exception {