Polish
Closes gh-8879
This commit is contained in:
committed by
Stephane Nicoll
parent
5b92a0278b
commit
0cd1285aa4
@@ -33,7 +33,7 @@ class DataNeo4jTypeExcludeFilter extends AnnotationCustomizableTypeExcludeFilter
|
||||
|
||||
private final DataNeo4jTest annotation;
|
||||
|
||||
DataNeo4jTypeExcludeFilter(final Class<?> testClass) {
|
||||
DataNeo4jTypeExcludeFilter(Class<?> testClass) {
|
||||
this.annotation = AnnotatedElementUtils.getMergedAnnotation(testClass,
|
||||
DataNeo4jTest.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user