checkstyle fixes

Former-commit-id: 8e7c96bf02360aa083ebdb518be60587e15d9192
This commit is contained in:
Jeremy Long
2014-03-01 06:45:06 -05:00
parent 40f5911ceb
commit eb7c74eea7

View File

@@ -32,7 +32,7 @@ import java.net.URL;
* *
* @author Jeremy Long <jeremy.long@owasp.org> * @author Jeremy Long <jeremy.long@owasp.org>
*/ */
public class URLConnectionFactory { public final class URLConnectionFactory {
/** /**
* Private constructor for this factory. * Private constructor for this factory.