From f23f27aa755456ba174fca46c9111524f11d402b Mon Sep 17 00:00:00 2001 From: Simon Schuster Date: Sun, 9 Sep 2018 20:49:30 +0200 Subject: [PATCH] Typo in CarbonManager.java The listeners "were" registered... --- .../java/org/jivesoftware/smackx/carbons/CarbonManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java b/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java index e184ff663..c0b477792 100644 --- a/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java +++ b/smack-experimental/src/main/java/org/jivesoftware/smackx/carbons/CarbonManager.java @@ -62,7 +62,7 @@ import org.jxmpp.jid.EntityFullJid; *

* Note that it is important to match the 'from' attribute of the message wrapping a carbon copy, 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)}. *

*