Skip to content

Commit 0686a21

Browse files
author
Ben Kay
committed
fix typo
1 parent 4f1c66c commit 0686a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socket.io.client/src/com/clwillingham/socket/io/IOWebSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void init(String path, String query) throws IOException{
5959
this.send("1::"+path+"?"+query);
6060

6161
}
62-
public void SendMessage(IOMessage message) throws IOException{
62+
public void sendMessage(IOMessage message) throws IOException{
6363
send(message.toString());
6464
}
6565

0 commit comments

Comments
 (0)