OPEN - issue BATCH-777: Parametrise RetryCallback and related interfaces

Missed commit
This commit is contained in:
dsyer
2008-08-25 12:32:11 +00:00
parent d79e1b8542
commit 919e9b5489

View File

@@ -155,7 +155,7 @@ public class SimpleRetryExceptionHandlerTests extends TestCase {
new SimpleLimitExceptionHandler(0), fatalExceptions);
// Simulate a failed retry...
RetryContext retryContext = retryPolicy.open(null, null);
RetryContext retryContext = retryPolicy.open(null);
retryPolicy.registerThrowable(retryContext, ex);
handler.close(retryContext, null, ex);
return handler;