Skip to content

Commit

Permalink
Merge pull request #27387 from crlikcngroup
Browse files Browse the repository at this point in the history
* pr/27387:
  Fix misplaced comma in AOP doc

Closes gh-27387
  • Loading branch information
snicoll committed Sep 12, 2021
2 parents bb45a7a + 78dd219 commit 2db1e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/core/core-aop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2db1e6d

Please sign in to comment.