Remove invalid import from Kotlin example

This commit is contained in:
Sam Brannen 2020-07-06 16:31:33 +02:00
parent 8be2a43d52
commit 8734c64b75
1 changed files with 0 additions and 2 deletions

View File

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