Skip to content

Commit 26476b8

Browse files
daniellevassmdpye
andauthored
Update src/main/java/com/pusher/client/PusherOptions.java
Co-Authored-By: Mike Pye <mail@mdpye.co.uk>
1 parent eecf2dd commit 26476b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/pusher/client/PusherOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public boolean isForceTLS() {
7474
* @param forceTLS whether the connection should use TLS, by default this is true
7575
* @return this, for chaining
7676
*/
77-
public PusherOptions setForceTLS(boolean forceTLS) {
77+
public PusherOptions setForceTLS(final boolean forceTLS) {
7878
this.forceTLS = forceTLS;
7979
return this;
8080
}

0 commit comments

Comments
 (0)