updated javadoc author

Former-commit-id: 789d787c659b501f3ee4c82242c4c8e9eead9b49
This commit is contained in:
Jeremy Long
2015-04-05 09:22:14 -04:00
parent 7b3c4475da
commit 18a72bbb59

View File

@@ -22,7 +22,7 @@ import java.io.IOException;
/**
* An exception used when the creation of an URLConnection fails.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class URLConnectionFailureException extends IOException {