File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/neo4j/tinkerpop/api/impl Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.neo4j</groupId >
55 <artifactId >neo4j-tinkerpop-api-impl</artifactId >
6- <version >0.2 -2.2.5 </version >
6+ <version >0.3 -2.3.0 </version >
77 <packaging >jar</packaging >
88 <name >Neo4j Tinkerpop API Implementation</name >
99 <description >Apache Licensed Neo4j Tinkerpop API Implementation</description >
2020
2121 <url >http://github.com/neo4j-contrib/neo4j-tinkerpop-api-impl</url >
2222 <properties >
23- <neo4j .version>2.2.5 </neo4j .version>
23+ <neo4j .version>2.3.0 </neo4j .version>
2424 </properties >
2525
2626
Original file line number Diff line number Diff line change 2323import org .neo4j .graphdb .schema .IndexDefinition ;
2424import org .neo4j .helpers .collection .IteratorWrapper ;
2525import org .neo4j .kernel .GraphDatabaseAPI ;
26- import org .neo4j .kernel .impl .core .GraphPropertiesImpl ;
2726import org .neo4j .kernel .impl .core .NodeManager ;
27+ import org .neo4j .kernel .impl .core .GraphProperties ;
2828import org .neo4j .tinkerpop .api .Neo4jGraphAPI ;
2929import org .neo4j .tinkerpop .api .Neo4jNode ;
3030import org .neo4j .tinkerpop .api .Neo4jRelationship ;
3838
3939public class Neo4jGraphAPIImpl implements Neo4jGraphAPI {
4040 private final GraphDatabaseService db ;
41- private final GraphPropertiesImpl graphProps ;
41+ private final GraphProperties graphProps ;
4242
4343 public Neo4jGraphAPIImpl (GraphDatabaseService db ) {
4444 this .db = db ;
You can’t perform that action at this time.
0 commit comments