Fix misplaced comma in AOP doc

See gh-27387
This commit is contained in:
Radek Crlik 2021-09-11 17:42:51 +02:00 committed by Stephane Nicoll
parent bb45a7ae5e
commit 78dd219787
1 changed files with 1 additions and 1 deletions

View File

@ -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: