diff --git a/src/docs/asciidoc/core/core-aop.adoc b/src/docs/asciidoc/core/core-aop.adoc index be2db97817da..47e3ae3bec7f 100644 --- a/src/docs/asciidoc/core/core-aop.adoc +++ b/src/docs/asciidoc/core/core-aop.adoc @@ -599,8 +599,6 @@ for this purpose. Such an aspect typically resembles the following example: import org.aspectj.lang.annotation.Aspect import org.aspectj.lang.annotation.Pointcut - import org.springframework.aop.Pointcut - @Aspect class CommonPointcuts {