Skip to content

Commit b2167da

Browse files
author
Stephane Landelle
committed
Merge pull request AsyncHttpClient#742 from adjohnson916/master
fix java syntax error in readme under websockets
2 parents 19d8be8 + d31503a commit b2167da

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)