On Sun, 3 Oct 2004, Dain Sundstrom wrote:
> I propose we simple change the declaration of NULL_WORK_ADAPTER to 
> something like this:
> 
> private static final WorkListener NULL_WORK_LISTENER = new 
> WorkAdapter(){
>      public void workRejected(WorkEvent event) {
>          log.error(event.getWork().toString(), event.getException());
>      }
> };

        Works for me.  I'll go ahead with that if no one objects.

Aaron

Reply via email to