We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23d24f commit 03f1037Copy full SHA for 03f1037
example/ChatClient.java
@@ -39,7 +39,6 @@ public void onClose() {
39
}
40
41
public void onIOError(IOException ex) {
42
- super.onIOError(ex);
43
ta.append("Network problem ...\n");
44
45
0 commit comments