SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers.

This commit is contained in:
Mark Fisher
2009-09-23 00:44:58 +00:00
parent e2c36fd592
commit dedecf7ae9
12 changed files with 127 additions and 162 deletions

View File

@@ -34,7 +34,7 @@ import org.junit.Test;
import org.springframework.scheduling.Trigger;
import org.springframework.scheduling.TriggerContext;
import org.springframework.scheduling.support.ErrorHandler;
import org.springframework.util.ErrorHandler;
/**
* @author Mark Fisher