Skip to content

Commit

Permalink
XNeo4jDriver, bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Mar 15, 2024
1 parent 7a49daf commit 7e72ae5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public XNeo4jDriver ( Driver driver, String databaseName )
{
super ();
this.driver = driver;
this.databaseName = databaseName;
this.defaultSessionConfig = sessionConfigBuilder ().build ();
}

Expand Down

0 comments on commit 7e72ae5

Please sign in to comment.