This commit is contained in:
Mahmoud Ben Hassine
2019-11-15 14:58:55 +01:00
parent 7860544a00
commit d3ffa8d025
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"]