Browse Source

Merge pull request #27387 from crlikcngroup

* pr/27387:
  Fix misplaced comma in AOP doc

Closes gh-27387
pull/27390/head
Stephane Nicoll 3 years ago
parent
commit
2db1e6daad
  1. 2
      src/docs/asciidoc/core/core-aop.adoc

2
src/docs/asciidoc/core/core-aop.adoc

@ -2830,7 +2830,7 @@ The corresponding Spring configuration is as follows: @@ -2830,7 +2830,7 @@ The corresponding Spring configuration is as follows:
</bean>
----
Notice that, for the time, being we assume that all business services are idempotent. If
Notice that, for the time being, we assume that all business services are idempotent. If
this is not the case, we can refine the aspect so that it retries only genuinely
idempotent operations, by introducing an `Idempotent` annotation and using the annotation
to annotate the implementation of service operations, as the following example shows:

Loading…
Cancel
Save