BackOff abstraction lives in util.backoff subpackage now

Issue: SPR-11746
This commit is contained in:
Juergen Hoeller
2014-07-09 21:53:32 +02:00
parent bf9ccc8138
commit 1fadd1c954
14 changed files with 66 additions and 53 deletions

View File

@@ -22,6 +22,9 @@ import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
import org.springframework.util.backoff.BackOffExecution;
import org.springframework.util.backoff.ExponentialBackOff;
/**
*
* @author Stephane Nicoll

View File

@@ -20,6 +20,9 @@ import static org.junit.Assert.*;
import org.junit.Test;
import org.springframework.util.backoff.BackOffExecution;
import org.springframework.util.backoff.FixedBackOff;
/**
* @author Stephane Nicoll
*/