mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01: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:
parent
3aa94b2a4e
commit
695d05cc3b
1 changed files with 2 additions and 2 deletions
|
@ -2624,11 +2624,11 @@ public class MultiUserChat {
|
|||
}
|
||||
|
||||
public void connectionClosed() {
|
||||
// cancel();
|
||||
cancel();
|
||||
}
|
||||
|
||||
public void connectionClosedOnError(Exception e) {
|
||||
// cancel();
|
||||
// ignore
|
||||
}
|
||||
|
||||
public void reconnectingIn(int seconds) {
|
||||
|
|
Loading…
Reference in a new issue