Merge pull request #425 from adiaholic/docFix

XMPPTCPConnection: Add missing `to` in comment
This commit is contained in:
Florian Schmaus 2020-08-25 14:52:54 +02:00 committed by GitHub
commit 7f10a82fd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
}
// 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).
if (isSmResumptionPossible() && instant) {
disconnectedButResumeable = true;