Skip to content

Commit

Permalink
Fix misplaced comma in AOP doc
Browse files Browse the repository at this point in the history
  • Loading branch information
radekcrlik authored and lxbzmy committed Mar 26, 2022
1 parent 3a7e866 commit d5e65f2
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 d5e65f2

Please sign in to comment.