Craig R. McClanahan wrote:
Done.How about if you create o.a.c.r.Message and o.a.c.r.MessageList?
I made them Interfaces and then added BasicMessage and BasicMessageList to impl.
Didn't actually think about that design decision first, but everything else I was doing at the time used an Interface, so Message, MessageList go one two.
The only code change was to make it possible to change the default token for global messages. There's a default, but you can change it via a constructor or at runtime with an setter.
-Ted.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>