Browse Source

Remove invalid import from Kotlin example

pull/25477/head
Sam Brannen 5 years ago
parent
commit
8734c64b75
  1. 2
      src/docs/asciidoc/core/core-aop.adoc

2
src/docs/asciidoc/core/core-aop.adoc

@ -599,8 +599,6 @@ for this purpose. Such an aspect typically resembles the following example: @@ -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 {

Loading…
Cancel
Save