From f5195887c94c5a75864f76038f86a90941a47381 Mon Sep 17 00:00:00 2001 From: Sviatoslav Hryb Date: Sat, 7 Mar 2020 21:40:46 +0200 Subject: [PATCH] Fix ampersands in AOP examples in documentation --- src/docs/asciidoc/core/core-aop.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/asciidoc/core/core-aop.adoc b/src/docs/asciidoc/core/core-aop.adoc index 6c80f0f9d8b..6f042186ad2 100644 --- a/src/docs/asciidoc/core/core-aop.adoc +++ b/src/docs/asciidoc/core/core-aop.adoc @@ -2069,7 +2069,7 @@ collects the `this` object as the join point context and passes it to the advice + expression="execution(* com.xyz.myapp.service.*.*(..)) && this(service)"/>