From c9f16c14604b85f0aa2c18f55b72169ff1471ee6 Mon Sep 17 00:00:00 2001 From: Tim Ward Date: Tue, 29 Sep 2020 10:05:44 +0100 Subject: [PATCH] Correct the JavaDoc in unit tests --- .../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 void testGenericTypeInference() throws InterruptedException { } /** - * Tests that events are delivered to Smart Behaviours based on type + * Tests that events are delivered to Event Handlers based on type * * @throws InterruptedException */