1
0
Fork 0
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:
Jesus Fuentes 2018-03-09 07:15:46 -06:00
parent 72a2014572
commit 903f90e1c1
3 changed files with 7 additions and 5 deletions

View file

@ -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>
*/