From d611c7484f834fcc9fc090e271e96478d3931157 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Thu, 19 Sep 2019 16:21:44 +0200 Subject: [PATCH] Fix Checkstyle violation --- .../support/annotation/AnnotationMatchingPointcutTests.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java b/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java index b7b23771b4..4ccbc02290 100644 --- a/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java +++ b/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java @@ -20,9 +20,6 @@ import org.junit.jupiter.api.Test; import org.springframework.aop.MethodMatcher; import org.springframework.aop.Pointcut; -import org.springframework.aop.support.annotation.AnnotationClassFilter; -import org.springframework.aop.support.annotation.AnnotationMatchingPointcut; -import org.springframework.aop.support.annotation.AnnotationMethodMatcher; import org.springframework.beans.factory.annotation.Qualifier; import static org.assertj.core.api.Assertions.assertThat;