mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Update/fix javadocs
This commit is contained in:
parent
72a2014572
commit
903f90e1c1
3 changed files with 7 additions and 5 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