java-rest-binding
java-rest-binding copied to clipboard
Upgrade to use with neo4j 1.9.5
@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?