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
1 changed files with 1 additions and 1 deletions

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>