neo4j-contrib / java-rest-binding

Java Bindings for the Neo4J Server REST API, providing an implementation of GraphDatabaseService
Other
120 stars 72 forks source link

Upgrade to use with neo4j 1.9.5 #58

Open amorgner opened 10 years ago

amorgner commented 10 years ago

@jexp I'm not sure if this makes any sense:

@Override
public boolean isAvailable(long l) {
   // not really sure what to use here
   return restAPI != null && cypherQueryEngine != null;
}

Or just return true?