Skip to content

Commit 2aa20b7

Browse files
author
cfarrugia
committed
iluwatar#113 Event Driven Architecture
Adds various changes including : - Fixes to Javadoc
1 parent cfb0faf commit 2aa20b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • event-driven-architecture/src/main/java/com/iluwatar/eda/event

event-driven-architecture/src/main/java/com/iluwatar/eda/event/Event.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class Event implements Message {
1717
/**
1818
* Returns the event type as a {@link Class} object
1919
* In this example, this method is used by the {@link EventDispatcher} to
20-
* onEvent events depending on their type.
20+
* dispatch events depending on their type.
2121
*
2222
* @return the Event type as a {@link Class}.
2323
*/

0 commit comments

Comments
 (0)