This is an automated email from the ASF dual-hosted git repository. timothyjward pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/aries-typedevent.git
commit c9f16c14604b85f0aa2c18f55b72169ff1471ee6 Author: Tim Ward <[email protected]> AuthorDate: Tue Sep 29 10:05:44 2020 +0100 Correct the JavaDoc in unit tests --- .../org/apache/aries/typedevent/bus/impl/TypedEventBusImplTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImplTest.java b/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImplTest.java index 7b3996b..6667969 100644 --- a/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImplTest.java +++ b/org.apache.aries.typedevent.bus/src/test/java/org/apache/aries/typedevent/bus/impl/TypedEventBusImplTest.java @@ -246,7 +246,7 @@ public class TypedEventBusImplTest { } /** - * Tests that events are delivered to Smart Behaviours based on type + * Tests that events are delivered to Event Handlers based on type * * @throws InterruptedException */
