Skip to content

Commit cad989d

Browse files
authored
Merge pull request TooTallNate#1200 from antonilol/patch-1
mini comment error
2 parents bcfc967 + 118b933 commit cad989d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/example/ExampleClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void onMessage(String message) {
6262

6363
@Override
6464
public void onClose(int code, String reason, boolean remote) {
65-
// The codecodes are documented in class org.java_websocket.framing.CloseFrame
65+
// The close codes are documented in class org.java_websocket.framing.CloseFrame
6666
System.out.println(
6767
"Connection closed by " + (remote ? "remote peer" : "us") + " Code: " + code + " Reason: "
6868
+ reason);
@@ -80,4 +80,4 @@ public static void main(String[] args) throws URISyntaxException {
8080
c.connect();
8181
}
8282

83-
}
83+
}

0 commit comments

Comments
 (0)