Skip to content

Commit

Permalink
starting implementation for include factory in the server
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 6, 2016
1 parent 42904d4 commit 9111304
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ public OrientDBConfigBuilder fromContext(OContextConfiguration contextConfigurat
configurations = contextConfiguration;
return this;
}

public OrientDBConfigBuilder fromContext(OContextConfiguration contextConfiguration) {
configurations = contextConfiguration;
return this;
}
}

0 comments on commit 9111304

Please sign in to comment.