mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Merge branch '4.2'
This commit is contained in:
commit
f42d9137b5
17 changed files with 537 additions and 69 deletions
|
@ -272,7 +272,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
|||
/**
|
||||
* This listeners are invoked for every stanza that got acknowledged.
|
||||
* <p>
|
||||
* We use a {@link ConccurrentLinkedQueue} here in order to allow the listeners to remove
|
||||
* We use a {@link ConcurrentLinkedQueue} here in order to allow the listeners to remove
|
||||
* themselves after they have been invoked.
|
||||
* </p>
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue