updated javadoc author

Former-commit-id: 9d63c24fdef328dfa0161e0dbc874f04e6a20246
This commit is contained in:
Jeremy Long
2015-04-05 09:21:19 -04:00
parent 1496dc8e7d
commit c31880d8de

View File

@@ -20,7 +20,7 @@ package org.owasp.dependencycheck;
/**
* Thrown if an invalid path is encountered.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
class InvalidScanPathException extends Exception {