1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-10 14:16:00 +01:00

XMPPTCPConnection: Add missing to in comment

This commit is contained in:
Aditya Borikar 2020-08-23 13:25:18 +05:30
parent 53d66261af
commit 0bb0884512

View file

@ -538,7 +538,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
} }
// If we are able to resume the stream, then don't set // If we are able to resume the stream, then don't set
// connected/authenticated/usingTLS to false since we like behave like we are still // connected/authenticated/usingTLS to false since we like to behave like we are still
// connected (e.g. sendStanza should not throw a NotConnectedException). // connected (e.g. sendStanza should not throw a NotConnectedException).
if (isSmResumptionPossible() && instant) { if (isSmResumptionPossible() && instant) {
disconnectedButResumeable = true; disconnectedButResumeable = true;