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

Update src/main/java/org/neo4j/rest/graphdb/ExecutingRestRequest.java #26

Closed giudega closed 11 years ago

giudega commented 12 years ago

I want to propose a change on the toInputStream() method because I think that producer and consumer should leave and run in two different threads. I used java-rest-biding to execute batch insert and before this change my code was not working. Whit this minor change it seems all right. Giuseppe