Skip to content

Commit 877ad76

Browse files
committed
Update WebSocketClient.java
1 parent e6f6bcb commit 877ad76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/java_websocket/client/WebSocketClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ public void run() {
523523
* @param sslParameters the SSLParameters which will be used for the SSLSocket
524524
*/
525525
protected void onSetSSLParameters(SSLParameters sslParameters) {
526-
// If you run into problem (NoSuchMethodException), check out the wiki https://github.com/TooTallNate/Java-WebSocket/wiki/No-such-method-error-'setEndpointIdentificationAlgorithm'
526+
// If you run into problem on Android (NoSuchMethodException), check out the wiki https://github.com/TooTallNate/Java-WebSocket/wiki/No-such-method-error-setEndpointIdentificationAlgorithm
527527
// Perform hostname validation
528528
sslParameters.setEndpointIdentificationAlgorithm("HTTPS");
529529
}

0 commit comments

Comments
 (0)