Merge pull request #8879 from izeye:polish-20170411

* pr/8879:
  Polish
This commit is contained in:
Stephane Nicoll 2017-04-11 09:41:57 +02:00
commit ad8b671b3c
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ class DataNeo4jTypeExcludeFilter extends AnnotationCustomizableTypeExcludeFilter
private final DataNeo4jTest annotation; private final DataNeo4jTest annotation;
DataNeo4jTypeExcludeFilter(final Class<?> testClass) { DataNeo4jTypeExcludeFilter(Class<?> testClass) {
this.annotation = AnnotatedElementUtils.getMergedAnnotation(testClass, this.annotation = AnnotatedElementUtils.getMergedAnnotation(testClass,
DataNeo4jTest.class); DataNeo4jTest.class);
} }