mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
s/ the the / the /g
This commit is contained in:
parent
07f157b00f
commit
3a84a1ff47
19 changed files with 21 additions and 21 deletions
|
@ -1443,7 +1443,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
|||
// closed in shutdown().
|
||||
}
|
||||
catch (Exception e) {
|
||||
// The exception can be ignored if the the connection is 'done'
|
||||
// The exception can be ignored if the connection is 'done'
|
||||
// or if the it was caused because the socket got closed
|
||||
if (!(done() || queue.isShutdown())) {
|
||||
// Set running to false since this thread will exit here and notifyConnectionError() will wait until
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue