fix formatting
This commit is contained in:
parent
e0e6fbad2b
commit
badc8c60d2
|
@ -17,7 +17,7 @@ public class Neo4jOgmLiveTest {
|
|||
|
||||
@Test
|
||||
public void testOgm() {
|
||||
Configuration conf =new Configuration.Builder().build();
|
||||
Configuration conf = new Configuration.Builder().build();
|
||||
|
||||
SessionFactory factory = new SessionFactory(conf, "com.baeldung.spring.data.neo4j.domain");
|
||||
Session session = factory.openSession();
|
||||
|
|
Loading…
Reference in New Issue