[java-support] branch master updated: Checkstyle.
Tom Zeller
tzeller at dragonacea.biz
Mon Oct 26 14:20:25 EDT 2015
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-support.
The following commit(s) were added to refs/heads/master by this push:
new 9d4a9b4 Checkstyle.
9d4a9b4 is described below
commit 9d4a9b4556dc0ddeed3e0e862f50ce9e8d52d1c8
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Oct 26 13:20:52 2015 -0500
Checkstyle.
---
.../shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java
index 4f2e2cc..46c4f0c 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/TLSSocketFactory.java
@@ -238,6 +238,7 @@ public class TLSSocketFactory implements LayeredConnectionSocketFactory {
return SocketFactory.getDefault().createSocket();
}
+ // Checkstyle: ParameterNumber OFF
/** {@inheritDoc} */
public Socket connectSocket(
final int connectTimeout,
@@ -278,6 +279,7 @@ public class TLSSocketFactory implements LayeredConnectionSocketFactory {
return createLayeredSocket(sock, host.getHostName(), remoteAddress.getPort(), context);
}
}
+ // Checkstyle: ParameterNumber ON
/** {@inheritDoc} */
public Socket createLayeredSocket(
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list