Skip to content

Commit 03f1037

Browse files
committed
Remove invalid call to abstract method
1 parent e23d24f commit 03f1037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/ChatClient.java

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ public void onClose() {
3939
}
4040

4141
public void onIOError(IOException ex) {
42-
super.onIOError(ex);
4342
ta.append("Network problem ...\n");
4443
}
4544

0 commit comments

Comments
 (0)