Skip to content

Commit 657262f

Browse files
committed
Fixed typo causing the build to fail
1 parent a627c6f commit 657262f

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
@@ -40,7 +40,7 @@
4040
import java.util.concurrent.CountDownLatch;
4141

4242
import javax.net.ssl.SSLContext;
43-
import javax.net.ssl.SSLSocketFactory
43+
import javax.net.ssl.SSLSocketFactory;
4444

4545
import org.java_websocket.AbstractWebSocket;
4646
import org.java_websocket.WebSocket;

0 commit comments

Comments
 (0)