diff --git a/smack-core/src/main/java/org/jivesoftware/smack/StanzaListener.java b/smack-core/src/main/java/org/jivesoftware/smack/StanzaListener.java index 992639a95..fb9b1b283 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/StanzaListener.java +++ b/smack-core/src/main/java/org/jivesoftware/smack/StanzaListener.java @@ -41,7 +41,7 @@ public interface StanzaListener { /** * Process the next stanza(/packet) sent to this stanza(/packet) listener. *

- * A single thread is responsible for invoking all listeners, so + * If this listener is synchronous, then a single thread is responsible for invoking all listeners, so * it's very important that implementations of this method not block * for any extended period of time. *