File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-batch-docs/modules/ROOT/pages Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ Java::
207207The following example uses Java configuration to
208208repeat a service call to a method called `processMessage` (for more detail on how to
209209configure AOP interceptors, see the
210- << https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop, Spring User Guide>> ):
210+ https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop[ Spring User Guide] ):
211211+
212212[source, java]
213213----
@@ -234,7 +234,7 @@ XML::
234234The following example shows declarative iteration that uses the Spring AOP namespace to
235235repeat a service call to a method called `processMessage` (for more detail on how to
236236configure AOP interceptors, see the
237- << https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop, Spring User Guide>> ):
237+ https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop[ Spring User Guide] ):
238238+
239239[source, xml]
240240----
You can’t perform that action at this time.
0 commit comments