mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-19 10:32:05 +01:00
[core] Whitespace fix in XMPPConnection's javadoc
This commit is contained in:
parent
ccfbf9f346
commit
f593b6d0a0
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ public interface XMPPConnection {
|
|||
boolean removeStanzaListener(StanzaListener stanzaListener);
|
||||
|
||||
/**
|
||||
* Registers a <b>synchronous</b> stanza listener with this connection. A stanza listener will be invoked only when
|
||||
* Registers a <b>synchronous</b> stanza listener with this connection. A stanza listener will be invoked only when
|
||||
* an incoming stanza is received. A stanza filter determines which stanzas will be delivered to the listener. If
|
||||
* the same stanza listener is added again with a different filter, only the new filter will be used.
|
||||
* <p>
|
||||
|
|
Loading…
Reference in a new issue