1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-21 19:14:53 +02:00

Typo in CarbonManager.java

The listeners "were" registered...
This commit is contained in:
Simon Schuster 2018-09-09 20:49:30 +02:00
parent 105192d7e7
commit f23f27aa75

View file

@ -62,7 +62,7 @@ import org.jxmpp.jid.EntityFullJid;
* <p>
* Note that <b>it is important to match the 'from' attribute of the message wrapping a carbon copy</b>, as otherwise it would
* may be possible for others to impersonate users. Smack's CarbonManager takes care of that in
* {@link CarbonCopyReceivedListener}s which where registered with
* {@link CarbonCopyReceivedListener}s which were registered with
* {@link #addCarbonCopyReceivedListener(CarbonCopyReceivedListener)}.
* </p>
* <p>