diff --git a/README.md b/README.md index caa4600..649d10c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ The MessageBus is available from the Maven Central Repository using the followin com.dorkbox MessageBus - 1.3 + 1.4 ``` @@ -145,3 +145,4 @@ This project is distributed under the terms of the Apache v2.0 License. See file + diff --git a/src/dorkbox/messagebus/PubSubSupport.java b/src/dorkbox/messagebus/PubSubSupport.java index 2ded779..7b008c0 100644 --- a/src/dorkbox/messagebus/PubSubSupport.java +++ b/src/dorkbox/messagebus/PubSubSupport.java @@ -62,7 +62,8 @@ public interface PubSubSupport { * receive any messages (provided that running publications/iterators in other threads * have not yet obtained a reference to the listener) *

- * A call to this method passing any object that is not subscribed will not have any effect and is silently ignored. + * A call to this method passing any object that is not subscribed will not have any effect and is + * silently ignored. */ void unsubscribe(Object listener);