[core] Whitespace fix in XMPPConnection's javadoc

This commit is contained in:
Florian Schmaus 2023-11-24 12:18:19 +01:00
parent ccfbf9f346
commit f593b6d0a0
1 changed files with 1 additions and 1 deletions

View File

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