1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-27 05:54:53 +02:00

Code cleanup on SMACK-199.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7187 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2007-02-19 08:59:33 +00:00 committed by matt
parent 3aa94b2a4e
commit 695d05cc3b

View file

@ -2624,11 +2624,11 @@ public class MultiUserChat {
} }
public void connectionClosed() { public void connectionClosed() {
// cancel(); cancel();
} }
public void connectionClosedOnError(Exception e) { public void connectionClosedOnError(Exception e) {
// cancel(); // ignore
} }
public void reconnectingIn(int seconds) { public void reconnectingIn(int seconds) {