Formatting
This commit is contained in:
@@ -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