Skip to content

Commit d31503a

Browse files
author
Anders D. Johnson
committed
fix java syntax error in readme under websockets
1 parent 19d8be8 commit d31503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ WebSocket websocket = c.prepareGet(getTargetUrl())
162162
}
163163

164164
@Override
165-
public void onClose(.WebSocket websocket) {
165+
public void onClose(WebSocket websocket) {
166166
latch.countDown();
167167
}
168168

0 commit comments

Comments
 (0)