Skip to content

Commit

Permalink
add @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Aug 23, 2023
1 parent 57ed908 commit 054c807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/dev/morphia/Morphia.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public static Datastore createDatastore(MongoClient mongoClient, String dbName)
*
* @param mongoClient the client to use
* @return a Datastore that you can use to interact with MongoDB
* @since 2.4.0
*/
public static Datastore createDatastore(MongoClient mongoClient) {
return new DatastoreImpl(mongoClient, loadConfig());
Expand Down

0 comments on commit 054c807

Please sign in to comment.