From 48835d7a3cb2ef37549b17979fbf6af97230cf1b Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 23 Aug 2016 10:15:08 +0100 Subject: [PATCH] Fix package name in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27191bf..c3fcf52 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Here is an example of declarative iteration using Spring AOP to repeat a service + class="org.springframework.retry.interceptor.RetryOperationsInterceptor"/> ``` The example above uses a default `RetryTemplate` inside the interceptor. To change the policies or listeners, you only need to inject an instance of `RetryTemplate` into the interceptor.