Update DelegatingGraphDatabase.java
Empty constructor needed by Java EE CDI to treat this class as a bean
This commit is contained in:
@@ -63,6 +63,9 @@ public class DelegatingGraphDatabase implements GraphDatabase {
|
||||
private ResultConverter resultConverter;
|
||||
private volatile CypherQueryEngineImpl cypherQueryEngine;
|
||||
|
||||
public DelegatingGraphDatabase() {
|
||||
}
|
||||
|
||||
public DelegatingGraphDatabase(final GraphDatabaseService delegate) {
|
||||
this(delegate,null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user