Skip to content

Commit 41d7b2b

Browse files
committed
Typo in example
1 parent d661b5c commit 41d7b2b

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
@@ -72,7 +72,7 @@ public class CommunicationServer extends CoolSocket
7272
JSONObject replyJSON = new JSONObject();
7373
replyJSON.put("result", true);
7474

75-
activeConnection.reply(replyJSON.toString);
75+
activeConnection.reply(replyJSON.toString());
7676
} catch (Exception e) {
7777
// TODO: Handle error.
7878
// This could be due to the request timed out

0 commit comments

Comments
 (0)