Merge pull request #269 from noctux/patch-1

Typo in CarbonManager.java
This commit is contained in:
Florian Schmaus 2018-09-11 10:00:51 +02:00 committed by GitHub
commit c9523f9717
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>