From 988d113a16af74081ece5c100c7bc6c6f1dfe019 Mon Sep 17 00:00:00 2001 From: metasim Date: Wed, 24 Jan 2001 19:59:41 +0000 Subject: [PATCH] Updates to reflect some design changes. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268520 13f79535-47bb-0310-9956-ffa450edef68 --- src/antidote/docs/design-overview.html | 48 ++++++++----------------- src/antidote/docs/new-module-howto.html | 6 +++- 2 files changed, 20 insertions(+), 34 deletions(-) diff --git a/src/antidote/docs/design-overview.html b/src/antidote/docs/design-overview.html index 77e221702..4436afcde 100644 --- a/src/antidote/docs/design-overview.html +++ b/src/antidote/docs/design-overview.html @@ -106,21 +106,17 @@ Antidote Component Architecture to see an event before others, and in the case of AntEventEventBus class defines the interrupt level constants - MONITORING=1, VETOING=5, and RESPONDING=10 to + VETOING=1, MONITORING=5, and RESPONDING=10 to help define categories of members. The implied purpose being that: