Closes gh-8879
This commit is contained in:
Johnny Lim
2017-04-11 00:14:18 +09:00
committed by Stephane Nicoll
parent 5b92a0278b
commit 0cd1285aa4
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}