Formatting
This commit is contained in:
@@ -69,4 +69,5 @@ class DataNeo4jTypeExcludeFilter extends AnnotationCustomizableTypeExcludeFilter
|
||||
protected Set<Class<?>> getComponentIncludes() {
|
||||
return Collections.emptySet();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -26,8 +26,7 @@ import org.springframework.util.ClassUtils;
|
||||
|
||||
/**
|
||||
* A {@link TestExecutionListener} for Spring REST Docs that removes the need for a
|
||||
* {@code @Rule} when using JUnit or manual before and after test calls when using
|
||||
* TestNG.
|
||||
* {@code @Rule} when using JUnit or manual before and after test calls when using TestNG.
|
||||
*
|
||||
* @author Andy Wilkinson
|
||||
* @since 1.4.0
|
||||
|
||||
@@ -39,4 +39,5 @@ public class ExampleEntry {
|
||||
public void setDn(Name dn) {
|
||||
this.dn = dn;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -24,4 +24,5 @@ import org.springframework.data.neo4j.repository.Neo4jRepository;
|
||||
* @author Eddú Meléndez
|
||||
*/
|
||||
public interface ExampleRepository extends Neo4jRepository<ExampleGraph, Long> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user