Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapster committed Feb 28, 2024
1 parent 6a16556 commit 2cbde7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public Builder<T> entityClass(Class<T> entityClass) {
return this;
}

public Builder<T> entityManager(SerializableSupplier<Datastore> datastore) {
public Builder<T> datastore(SerializableSupplier<Datastore> datastore) {
model.datastore = datastore;
return this;
}
Expand Down

0 comments on commit 2cbde7b

Please sign in to comment.