spring-guides / gs-accessing-data-neo4j

Accessing Data with Neo4j :: Learn how to persist objects and relationships in Neo4j's NoSQL data store.
http://spring.io/guides/gs/accessing-data-neo4j/
Apache License 2.0
29 stars 49 forks source link

fix import of FileUtils class from Neo4j #15

Closed mojavelinux closed 8 years ago

mojavelinux commented 8 years ago
mojavelinux commented 8 years ago

Oops. Looks like @jarlefosen beat me too this one with #14.

gregturn commented 8 years ago

Fixed via https://github.com/spring-guides/gs-accessing-data-neo4j/commit/31947ad4d3760209f2ef6d77568738664568808e

mojavelinux commented 8 years ago

+1 Thanks!