We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eecf2dd commit 26476b8Copy full SHA for 26476b8
src/main/java/com/pusher/client/PusherOptions.java
@@ -74,7 +74,7 @@ public boolean isForceTLS() {
74
* @param forceTLS whether the connection should use TLS, by default this is true
75
* @return this, for chaining
76
*/
77
- public PusherOptions setForceTLS(boolean forceTLS) {
+ public PusherOptions setForceTLS(final boolean forceTLS) {
78
this.forceTLS = forceTLS;
79
return this;
80
}
0 commit comments