java-rest-binding icon indicating copy to clipboard operation
java-rest-binding copied to clipboard

Upgrade to use with neo4j 1.9.5

Open amorgner opened this issue 12 years ago • 0 comments

@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?

amorgner avatar Nov 14 '13 16:11 amorgner