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::
207
207
The following example uses Java configuration to
208
208
repeat a service call to a method called `processMessage` (for more detail on how to
209
209
configure 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] ):
211
211
+
212
212
[source, java]
213
213
----
@@ -234,7 +234,7 @@ XML::
234
234
The following example shows declarative iteration that uses the Spring AOP namespace to
235
235
repeat a service call to a method called `processMessage` (for more detail on how to
236
236
configure 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] ):
238
238
+
239
239
[source, xml]
240
240
----
You can’t perform that action at this time.
0 commit comments