Skip to content

Commit

Permalink
[core] Whitespace fix in XMPPConnection's javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Nov 24, 2023
1 parent ccfbf9f commit f593b6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ StanzaCollector createStanzaCollectorAndSend(StanzaFilter stanzaFilter, Stanza s
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>
Expand Down

0 comments on commit f593b6d

Please sign in to comment.