mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
s/connection()/connection/ in PingManager
This commit is contained in:
parent
53bba50f91
commit
51d84647f3
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ public class PingManager extends Manager {
|
||||||
connection.createPacketCollectorAndSend(ping).nextResultOrThrow(pingTimeout);
|
connection.createPacketCollectorAndSend(ping).nextResultOrThrow(pingTimeout);
|
||||||
}
|
}
|
||||||
catch (XMPPException exc) {
|
catch (XMPPException exc) {
|
||||||
return jid.equals(connection().getServiceName());
|
return jid.equals(connection.getServiceName());
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue