This commit is contained in:
Mahmoud Ben Hassine
2019-11-15 14:58:55 +01:00
parent caa19d29c1
commit ddf388fac7
2 changed files with 3 additions and 3 deletions

View File

@@ -420,7 +420,7 @@ The following example shows a declarative retry that uses the Spring AOP
</aop:config>
<bean id="retryAdvice"
class="org.springframework.batch.retry.interceptor.RetryOperationsInterceptor"/>
class="org.springframework.retry.interceptor.RetryOperationsInterceptor"/>
----
[role="javaContent"]