updated javadoc author

Former-commit-id: 1ce5048775cad33c5c2e7c1ad2ba09539d2ce8e8
This commit is contained in:
Jeremy Long
2015-04-05 09:21:35 -04:00
parent 77189eeeb1
commit 542c871152

View File

@@ -34,7 +34,7 @@ import java.util.logging.Logger;
* copy (with more comments and a few more methods implemented) of the DriverShim from:</p>
* <blockquote>http://www.kfu.com/~nsayer/Java/dyn-jdbc.html</blockquote>
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
* @see java.sql.Driver
*/
class DriverShim implements Driver {