Skip to content
Snippets Groups Projects
Commit a0e174f7 authored by tpylak's avatar tpylak
Browse files

minor: javadoc

SVN: 22987
parent a6d26d67
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ public class SslCertificateHelper
int port = url.getPort();
if (port == -1)
{
port = 433;
port = 433; // standard port for https
}
String hostname = url.getHost();
SSLSocketFactory factory = HttpsURLConnection.getDefaultSSLSocketFactory();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment