diff --git a/src/antidote/docs/design-overview.html b/src/antidote/docs/design-overview.html index bed6d8ee6..5afd2978c 100644 --- a/src/antidote/docs/design-overview.html +++ b/src/antidote/docs/design-overview.html @@ -87,7 +87,7 @@ Antidote Component Architecture called BusMembers.

The EventBus will dispatch any object of type - java.util.EventBus, which means that Ant BuildEvent + java.util.Event, which means that Ant BuildEvent objects, as well as AWTEvent objects can be posted (if desired). A new class of events called AntEvent is defined for Antidote specific events, which have the additional capability of being